Home
last modified time | relevance | path

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

/mbedtls-development/
A D.gitignore10 # 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/
A DCMakeLists.txt300 … COMMAND lcov --capture --initial --directory library/CMakeFiles/mbedtls.dir -o files.info
301 COMMAND lcov --capture --directory library/CMakeFiles/mbedtls.dir -o tests.info
/mbedtls-development/tests/scripts/
A Dcheck-doxy-blocks.pl69 for my $dir (@directories) {
70 if (! -d $dir) {
73 check_dir($dir)
A Dall.sh263 --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";;
/mbedtls-development/scripts/mbedtls_dev/
A Dc_build_helper.py140 cmd += ['-I' + dir for dir in include_path]
/mbedtls-development/3rdparty/
A DMakefile.inc1 THIRDPARTY_DIR = $(dir $(lastword $(MAKEFILE_LIST)))
/mbedtls-development/scripts/
A Dgenerate_visualc_files.pl154 my ($path, $template, $dir, $ext) = @_;
175 content_to_file( $content, "$dir/$appname.$ext" );
A Dassemble_changelog.py446 files_to_merge = glob.glob(os.path.join(options.dir, '*.txt'))
/mbedtls-development/tests/data_files/dir-maxpath/
A DReadme.txt10 Those certificates were generated by tests/data_files/dir-maxpath/long.sh.
/mbedtls-development/library/
A Dx509_crt.c1631 DIR *dir = opendir( path ); in mbedtls_x509_crt_parse_path() local
1633 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()
/mbedtls-development/tests/docker/bionic/
A DDockerfile164 RUN pip3 install --no-cache-dir \
/mbedtls-development/tests/suites/
A Dtest_suite_x509parse.function16 adapt the script tests/data_files/dir-max/long.sh."
A Dtest_suite_x509parse.data2161 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