Home
last modified time | relevance | path

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

/mbedtls-latest/
D.gitignore15 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
16 *.dir/
48 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
49 *.dir/
/mbedtls-latest/tests/scripts/
Dcheck-doxy-blocks.pl57 for my $dir (@directories) {
58 if (! -d $dir) {
61 check_dir($dir)
Dall.sh301 --out-of-source-dir=<path> Directory used for CMake out-of-source build tests.
309 --armc5-bin-dir=<ARMC5_bin_dir_path> ARM Compiler 5 bin directory.
310 --armc6-bin-dir=<ARMC6_bin_dir_path> ARM Compiler 6 bin directory.
467 --armc5-bin-dir) shift; ARMC5_BIN_DIR="$1";;
468 --armc6-bin-dir) shift; ARMC6_BIN_DIR="$1";;
494 --out-of-source-dir) shift; OUT_OF_SOURCE_DIR="$1";;
/mbedtls-latest/scripts/
Dgenerate_visualc_files.pl142 my ($path, $template, $dir, $ext) = @_;
166 content_to_file( $content, "$dir/$appname.$ext" );
Dassemble_changelog.py445 files_to_merge = glob.glob(os.path.join(options.dir, '*'))
448 readme = os.path.join(options.dir, "00README.md")
Dlcov.sh69 rm -f $library_dir/CMakeFiles/*.dir/*.gcda
/mbedtls-latest/3rdparty/
DMakefile.inc1 THIRDPARTY_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
/mbedtls-latest/library/
Dx509_crt.c1599 DIR *dir = opendir(path); in mbedtls_x509_crt_parse_path() local
1601 if (dir == NULL) { in mbedtls_x509_crt_parse_path()
1607 closedir(dir); in mbedtls_x509_crt_parse_path()
1614 while ((entry = readdir(dir)) != NULL) { in mbedtls_x509_crt_parse_path()
1652 closedir(dir); in mbedtls_x509_crt_parse_path()
/mbedtls-latest/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…
/mbedtls-latest/tests/suites/
Dtest_suite_x509parse.function18 adapt the script framework/data_files/dir-max/long.sh."
Dtest_suite_x509parse.data2618 …bedtls_x509_crt_verify_max:"../framework/data_files/dir-maxpath/00.crt":"../framework/data_files/d…
2622 mbedtls_x509_crt_verify_max:"../framework/data_files/test-ca2.crt":"../framework/data_files/dir-max…
2626 …bedtls_x509_crt_verify_max:"../framework/data_files/dir-maxpath/00.crt":"../framework/data_files/d…
/mbedtls-latest/tests/
Dssl-opt.sh481 */dir-maxpath*)