Home
last modified time | relevance | path

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

123

/openthread-latest/third_party/mbedtls/repo/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)
/openthread-latest/tests/unit/
DREADME.md10 # Go to the root directory of OpenThread
19 # Make sure you are at the simulation build directory (build/simulation)
28 # Make sure you are at the simulation build directory (build/simulation)
35 # Make sure you are at the simulation build directory (build/simulation)
44 # Make sure you are at the simulation build directory (build/simulation)
53 # Make sure you are at the simulation build directory (build/simulation)
/openthread-latest/third_party/mbedtls/repo/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
48 lcov --capture --initial --directory $library_dir -o "$COVTMP/files.info"
49 lcov --rc lcov_branch_coverage=1 --capture --directory $library_dir -o "$COVTMP/tests.info"
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dtest_data_generation.py143 self.test_suite_directory = options.directory
198 if options.directory is None:
199 options.directory = 'tests/suites'
201 options.directory = os.path.abspath(options.directory)
/openthread-latest/tools/tcat_ble_client/
DREADME.md19 …irtual environment, which can be used by calling `poetry run <COMMAND>` from the project directory.
29 In order to connect to a TCAT device, enter the project directory and run:
52 …tures of managing a TCAT Device. By default, the identity in the `auth` directory is used. In orde…
58 where `<certs-path>` is the directory where the private key, certificate, and CA certificate of the…
66 The `auth-cert` directory contains some other identities too, for testing purposes. Refer to Thread…
DGENERATING_CERTIFICATES.md13 The directory `auth-generate` contains example scripts and a Makefile to generate TCAT Commissioner…
22 This will create an `output` directory with subdirectories for each of the created identities. Each…
24 NOTE: the directory `auth-generate/ca` contains an example CA certificate and private key (for sign…
90 …1:01:01:01` specifies permissions (all)) See scripts in `auth-generate` directory for more details.
/openthread-latest/third_party/mbedtls/repo/programs/test/cmake_package_install/
DCMakeLists.txt5 # install into a directory inside our own build directory.
/openthread-latest/tools/harness-simulation/
DREADME.md15 …- Edit the value of `ot_path` to the absolute path where the top directory of the OpenThread repos…
33 1. Copy the directory `tools/harness-simulation` from the POSIX machine to the Windows machine, and…
39 1. On the POSIX machine, change directory to the top of the OpenThread repository, and run the foll…
/openthread-latest/third_party/mbedtls/repo/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:
/openthread-latest/third_party/mbedtls/repo/tests/
DCMakeLists.txt6 # Set the project root directory if it's not already defined, as may happen if
57 # Derive generated file paths in the build directory. The generated data
85 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites
103 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites
119 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
DREADME1 The documents in this directory are proposed specifications for Mbed
/openthread-latest/src/posix/platform/
Dsettings_file.cpp55 const char *directory = OPENTHREAD_CONFIG_POSIX_SETTINGS_PATH; in Init() local
63 if (stat(directory, &st) == -1) in Init()
65 VerifyOrDie(mkdir(directory, 0755) == 0, OT_EXIT_ERROR_ERRNO); in Init()
DFindExampleVendorDeps.cmake71 The directory containing include files for dependency 0
75 The directory containing include files for dependency 1
/openthread-latest/third_party/mbedtls/repo/programs/test/cmake_subproject/
DCMakeLists.txt6 # We use the parent Mbed TLS directory as the MBEDTLS_DIR for this test. Other
/openthread-latest/third_party/mbedtls/repo/
DSUPPORT.md8 - the `docs` directory in the source tree;
/openthread-latest/third_party/mbedtls/repo/programs/test/cmake_package/
DCMakeLists.txt5 # skip installing it, and use the build directory directly instead.
/openthread-latest/examples/platforms/simulation/
DREADME.md3 This directory contains example platform drivers for simulation on POSIX.
/openthread-latest/script/
Dtest318 …./tests/scripts/thread-cert/run_cert_suite.py --run-directory ot_testing --multiply "${MULTIPLY:-1…
616 lcov --gcov-tool "$llvm_gcov" --directory . --capture --output-file tmp/coverage.info
621 lcov --directory . --capture --output-file tmp/coverage.info
/openthread-latest/tools/spi-hdlc-adapter/
DREADME.md17 - `--gpio-int[=gpio-path]`: Specify a path to the Linux sysfs-exported GPIO directory for the `I̅N̅…
18 - `--gpio-reset[=gpio-path]`: Specify a path to the Linux sysfs-exported GPIO directory for the `R̅…
29 The GPIO paths are to the top-level directory for that GPIO. They must be already be exported befor…
/openthread-latest/tests/scripts/thread-cert/border_router/
DREADME.md13 # Clear current OpenThread directory (remember to add new source files).
/openthread-latest/third_party/mbedtls/repo/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…
/openthread-latest/third_party/mbedtls/repo/framework/
D.gitignore40 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dgenerate_cpp_dummy_build.sh10 Run this program from the root of an Mbed TLS directory tree or from

123