Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 20 of 20) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/framework/
D.gitignore7 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
8 *.dir/
37 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
38 *.dir/
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck-doxy-blocks.pl57 for my $dir (@directories) {
58 if (! -d $dir) {
61 check_dir($dir)
Dall.sh289 --out-of-source-dir=<path> Directory used for CMake out-of-source build tests.
297 --armc5-bin-dir=<ARMC5_bin_dir_path> ARM Compiler 5 bin directory.
298 --armc6-bin-dir=<ARMC6_bin_dir_path> ARM Compiler 6 bin directory.
454 --armc5-bin-dir) shift; ARMC5_BIN_DIR="$1";;
455 --armc6-bin-dir) shift; ARMC6_BIN_DIR="$1";;
481 --out-of-source-dir) shift; OUT_OF_SOURCE_DIR="$1";;
/openthread-latest/third_party/mbedtls/repo/
D.gitignore12 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
13 *.dir/
45 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
46 *.dir/
/openthread-latest/src/posix/platform/
Dconfig_file.cpp134 char *dir; in Add() local
139 dir = dirname(path); in Add()
141 if (stat(dir, &st) == -1) in Add()
143 VerifyOrDie(mkdir(dir, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) == 0, OT_EXIT_ERROR_ERRNO); in Add()
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dc_build_helper.py101 cmd += ['-I' + dir for dir in include_dirs]
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dutils.py116 dir = '/tmp/thread-wireshark'
118 return dir
Dtest_info.py73 dir = os.path.dirname(self.filename)
74 return os.path.join(dir, self._pcap)
Dpacket.py58 return dir(self._packet)
/openthread-latest/third_party/mbedtls/repo/3rdparty/
DMakefile.inc1 THIRDPARTY_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
/openthread-latest/third_party/mbedtls/repo/scripts/
Dgenerate_visualc_files.pl142 my ($path, $template, $dir, $ext) = @_;
166 content_to_file( $content, "$dir/$appname.$ext" );
Dlcov.sh63 rm -f $library_dir/CMakeFiles/*.dir/*.gcda
Dassemble_changelog.py445 files_to_merge = glob.glob(os.path.join(options.dir, '*'))
448 readme = os.path.join(options.dir, "00README.md")
/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir-maxpath/
DReadme.txt10 Those certificates were generated by tests/data_files/dir-maxpath/long.sh.
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-wrappers-codegen-migration-guide.md32 …list.json and driver JSONS can be overloaded by passing an argument --json-dir while running the s…
/openthread-latest/third_party/mbedtls/repo/library/
Dx509_crt.c1597 DIR *dir = opendir(path); in mbedtls_x509_crt_parse_path() local
1599 if (dir == NULL) { in mbedtls_x509_crt_parse_path()
1605 closedir(dir); in mbedtls_x509_crt_parse_path()
1612 while ((entry = readdir(dir)) != NULL) { in mbedtls_x509_crt_parse_path()
1650 closedir(dir); in mbedtls_x509_crt_parse_path()
/openthread-latest/tools/tcat_ble_client/dataset/
Ddataset_entries.py36 for attr_name in dir(self):
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_x509parse.function18 adapt the script tests/data_files/dir-max/long.sh."
Dtest_suite_x509parse.data2618 mbedtls_x509_crt_verify_max:"data_files/dir-maxpath/00.crt":"data_files/dir-maxpath":MBEDTLS_X509_M…
2622 mbedtls_x509_crt_verify_max:"data_files/test-ca2.crt":"data_files/dir-maxpath":MBEDTLS_X509_MAX_INT…
2626 mbedtls_x509_crt_verify_max:"data_files/dir-maxpath/00.crt":"data_files/dir-maxpath":MBEDTLS_X509_M…
/openthread-latest/third_party/mbedtls/repo/tests/
Dssl-opt.sh448 *dir-maxpath*)