Searched refs:basename (Results 1 – 24 of 24) sorted by relevance
| /openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
| D | generate-afl-tests.sh | 24 SRC_FILEPATH=$(dirname $1)/$(basename $1) 25 TESTSUITE=$(basename $1 .data) 27 THIS_DIR=$(basename $PWD)
|
| D | set_psa_test_dependencies.py | 146 if os.path.basename(file_name) == 'test_suite_psa_crypto_persistent_key.data' and \
|
| D | test_config_script.py | 115 '-f', os.path.basename(data_filename)]
|
| D | generate_test_code.py | 1189 snippets = {'generator_script': os.path.basename(__file__)} 1253 data_file_name = os.path.basename(args.data_file) 1277 (os.path.basename(sys.argv[0]), str(err)))
|
| D | check_files.py | 358 return os.path.basename(info.filename), info.lineno
|
| D | generate_tls13_compat_tests.py | 630 filename=os.path.basename(args.output), cmd=' '.join(sys.argv)))
|
| D | all.sh | 4475 file=$(basename ${file})
|
| /openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
| D | test_data_generation.py | 153 def filename_for(self, basename: str) -> str: 155 return posixpath.join(self.test_suite_directory, basename + '.data') 157 def write_test_data_file(self, basename: str, 163 filename = self.filename_for(basename) 218 options.targets = [os.path.basename(re.sub(r'\.data\Z', r'', target))
|
| D | test_case.py | 83 caller = os.path.basename(sys.argv[0])
|
| D | c_wrapper_generator.py | 55 self.program_name = os.path.basename(sys.argv[0])
|
| /openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
| D | ssl_test_lib.c | 26 const char *p, *basename; in my_debug() local 29 for (p = basename = file; *p != '\0'; p++) { in my_debug() 31 basename = p + 1; in my_debug() 36 basename, line, level, str); in my_debug()
|
| /openthread-latest/third_party/mbedtls/repo/programs/fuzz/ |
| D | Makefile | 15 APPS = $(basename $(wildcard fuzz_*.c))
|
| /openthread-latest/tests/fuzz/ |
| D | oss-fuzz-build | 90 fuzzer=$(basename "$f" -fuzzer)
|
| /openthread-latest/third_party/mbedtls/repo/tests/ |
| D | context-info.sh | 19 THIS_SCRIPT_NAME=$(basename "$0")
|
| D | Makefile | 102 APPS = $(basename $(subst suites/,,$(DATA_FILES)))
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | Makefile | 110 f=$(PREFIX)`basename $$p` ; \ 125 f=$(PREFIX)`basename $$p` ; \
|
| /openthread-latest/examples/platforms/simulation/ |
| D | system.c | 196 platformLoggingInit(basename(aArgVector[0])); in otSysInit()
|
| /openthread-latest/examples/platforms/simulation/virtual_time/ |
| D | platform-sim.c | 211 openlog(basename(argv[0]), LOG_PID, LOG_USER); in otSysInit()
|
| /openthread-latest/third_party/mbedtls/repo/scripts/ |
| D | generate_driver_wrappers.py | 47 template = environment.get_template(os.path.basename(template_path))
|
| D | code_size_compare.py | 862 'required arguments to parse for running ' + os.path.basename(__file__)) 869 'optional arguments to parse for running ' + os.path.basename(__file__))
|
| /openthread-latest/tests/scripts/thread-cert/ |
| D | run_cert_suite.py | 66 test_name = os.path.splitext(os.path.basename(script))[0] + '_' + str(iteration_id)
|
| /openthread-latest/script/ |
| D | check-size | 200 name=$(basename "${old_file}")
|
| D | test | 593 bin_name=$(basename "$key")
|
| /openthread-latest/tools/spi-hdlc-adapter/ |
| D | spi-hdlc-adapter.c | 1556 openlog(basename(prog), LOG_PERROR | LOG_PID | LOG_CONS, LOG_DAEMON); in main()
|