Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 38) sorted by relevance

12

/mbedtls-latest/tests/scripts/
Dtest_config_script.py29 def output_file_name(directory, stem, extension): argument
30 return os.path.join(directory,
34 def cleanup_directory(directory): argument
37 pattern = output_file_name(directory, '*', extension)
42 def prepare_directory(directory): argument
47 if os.path.exists(directory):
48 cleanup_directory(directory)
50 os.makedirs(directory)
Dcheck_test_cases.py145 for directory in test_directories:
146 for data_file_name in glob.glob(os.path.join(directory, 'suites',
151 sh_file = os.path.join(directory, sh_file)
Dall.sh309 --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.
/mbedtls-latest/scripts/
Dwindows_msbuild.bat13 @rem If the %USERPROFILE%\Source directory exists, then running
14 @rem vcvarsall.bat will silently change the directory to that directory.
16 @rem to that directory instead.
Dlcov.sh18 3. Run this script from the parent of the directory containing the library
54 lcov --capture --initial --directory $library_dir -o "$COVTMP/files.info"
55 lcov --rc lcov_branch_coverage=1 --capture --directory $library_dir -o "$COVTMP/tests.info"
Dabi_check.py286 directory, argument
297 full_path = os.path.join(directory, filename)
/mbedtls-latest/tests/
DCMakeLists.txt6 # Set the project root directory if it's not already defined, as may happen if
69 # Derive generated file paths in the build directory. The generated data
102 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites
120 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites
135 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites
151 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites
DDescriptions.txt2 The various 'test_suite_XXX' programs from the 'tests' directory, executed
/mbedtls-latest/programs/test/cmake_package_install/
DCMakeLists.txt5 # install into a directory inside our own build directory.
/mbedtls-latest/tests/git-scripts/
DREADME.md7 The Mbed TLS git hooks are located in `<Mbed TLS root>/tests/git-scripts` directory, and one must c…
11 Execute the following command to create a link on Linux from the Mbed TLS `.git/hooks` directory:
/mbedtls-latest/docs/architecture/
Dmbed-crypto-storage-specification.md83directory other than the current directory. This value is simply prepended to the file name (so it…
185directory other than the current directory. This value is simply prepended to the file name (so it…
392directory other than the current directory. This value is simply prepended to the file name (so it…
/mbedtls-latest/ChangeLog.d/
D00README.md1 # Pending changelog entry directory
3 This directory contains changelog entries that have not yet been merged
/mbedtls-latest/docs/proposed/
DREADME1 The documents in this directory are proposed specifications for Mbed
/mbedtls-latest/
DCMakeLists.txt62 # Set the project root directory.
149 # Create a symbolic link from ${base_name} in the binary directory
150 # to the corresponding path in the source directory.
312 # The C files in tests/src directory contain test code shared among test suites
DSUPPORT.md8 - the `docs` directory in the source tree;
DREADME.md15 …standard configurations focused on specific use cases in the `configs/` directory. You can read mo…
109 …rning options may be overridden separately using `WARNING_CFLAGS`. Some directory-specific options…
119 In order to build the source using CMake in a separate directory (recommended), just enter at the c…
169 remove the build directory and create it again.
174 the Mbed TLS source directory, use:
318 …s code from other projects. This code is located within the `3rdparty/` directory. The original li…
D.gitignore51 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
/mbedtls-latest/programs/test/cmake_subproject/
DCMakeLists.txt6 # We use the parent Mbed TLS directory as the MBEDTLS_DIR for this test. Other
/mbedtls-latest/programs/test/cmake_package/
DCMakeLists.txt5 # skip installing it, and use the build directory directly instead.
/mbedtls-latest/tests/suites/
Dmain_test.function240 /* Try changing to the directory containing the executable, if
242 * from another directory (e.g. the project root) and still access
/mbedtls-latest/programs/test/
Dgenerate_cpp_dummy_build.sh10 Run this program from the root of an Mbed TLS directory tree or from
DCMakeLists.txt58 # this file will also be used in another directory, so create a target, see
/mbedtls-latest/configs/
DREADME.txt1 This directory contains example configuration files.
/mbedtls-latest/3rdparty/everest/
DREADME.md1 The files in this directory stem from [Project Everest](https://project-everest.github.io/) and are…
/mbedtls-latest/programs/ssl/
DCMakeLists.txt25 # inside the same directory, so we need to propagate manually.

12