Searched refs:dir (Results 1 – 13 of 13) sorted by relevance
10 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:11 *.dir/35 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:36 *.dir/
300 … COMMAND lcov --capture --initial --directory library/CMakeFiles/mbedtls.dir -o files.info301 COMMAND lcov --capture --directory library/CMakeFiles/mbedtls.dir -o tests.info
69 for my $dir (@directories) {70 if (! -d $dir) {73 check_dir($dir)
263 --out-of-source-dir=<path> Directory used for CMake out-of-source build tests.271 --armc5-bin-dir=<ARMC5_bin_dir_path> ARM Compiler 5 bin directory.272 --armc6-bin-dir=<ARMC6_bin_dir_path> ARM Compiler 6 bin directory.423 --armc5-bin-dir) shift; ARMC5_BIN_DIR="$1";;424 --armc6-bin-dir) shift; ARMC6_BIN_DIR="$1";;447 --out-of-source-dir) shift; OUT_OF_SOURCE_DIR="$1";;
140 cmd += ['-I' + dir for dir in include_path]
1 THIRDPARTY_DIR = $(dir $(lastword $(MAKEFILE_LIST)))
154 my ($path, $template, $dir, $ext) = @_;175 content_to_file( $content, "$dir/$appname.$ext" );
446 files_to_merge = glob.glob(os.path.join(options.dir, '*.txt'))
10 Those certificates were generated by tests/data_files/dir-maxpath/long.sh.
1631 DIR *dir = opendir( path ); in mbedtls_x509_crt_parse_path() local1633 if( dir == NULL ) in mbedtls_x509_crt_parse_path()1639 closedir( dir ); in mbedtls_x509_crt_parse_path()1646 while( ( entry = readdir( dir ) ) != NULL ) in mbedtls_x509_crt_parse_path()1675 closedir( dir ); in mbedtls_x509_crt_parse_path()
164 RUN pip3 install --no-cache-dir \
16 adapt the script tests/data_files/dir-max/long.sh."
2161 mbedtls_x509_crt_verify_max:"data_files/dir-maxpath/00.crt":"data_files/dir-maxpath":MBEDTLS_X509_M…2165 mbedtls_x509_crt_verify_max:"data_files/test-ca2.crt":"data_files/dir-maxpath":MBEDTLS_X509_MAX_INT…2169 mbedtls_x509_crt_verify_max:"data_files/dir-maxpath/00.crt":"data_files/dir-maxpath":MBEDTLS_X509_M…
Completed in 303 milliseconds