Home
last modified time | relevance | path

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

/optee_os/scripts/
H A Dgen_compile_commands.py73 os.path.abspath(args.directory),
76 args.paths if len(args.paths) > 0 else [args.directory])
79 def cmdfiles_in_dir(directory): argument
92 exclude_dirs = [os.path.join(directory, d) for d in _EXCLUDE_DIRS]
94 for dirpath, dirnames, filenames in os.walk(directory, topdown=True):
195 log_level, directory, output, ar, paths = parse_arguments()
223 entry = process_line(directory, result.group(1),
/optee_os/lib/libutils/compiler-rt/
H A DREADME.txt4 This directory and its subdirectories contain source code for the compiler
H A DLICENSE.TXT230 1) It will be in a separate directory tree with its own `LICENSE.txt` or
/optee_os/lib/libmbedtls/mbedtls/
H A DSUPPORT.md8 - the `docs` directory in the source tree;
H A DREADME.md13 …standard configurations focused on specific use cases in the `configs/` directory. You can read mo…
113 …rning options may be overridden separately using `WARNING_CFLAGS`. Some directory-specific options…
123 In order to build the source using CMake in a separate directory (recommended), just enter at the c…
173 remove the build directory and create it again.
178 the Mbed TLS source directory, use:
321 …s code from other projects. This code is located within the `3rdparty/` directory. The original li…
H A DCONTRIBUTING.md60 Mbed TLS includes a comprehensive set of test suites in the `tests/` directory that are dynamically…
H A DChangeLog690 * Rename directory containing Visual Studio files from visualc/VS2013 to
911 the programs directory. Without this, even though the configuration
1127 * Fix a bug in the build where directory names containing spaces were
1201 * Visual Studio: Rename the directory containing Visual Studio files from
1344 turned off: if a shipped file was missing from the working directory,
1694 DLLs are now installed in the bin directory instead of lib.
1904 have been moved out of the include/ directory and into the library/
1905 directory. The files concerned are ecp_internal.h and rsa_internal.h
1911 the include/ directory. The headers concerned are bn_mul.h, aesni.h,
4818 * Headers are now found in the 'mbedtls' directory (previously 'polarssl').
/optee_os/core/lib/qcbor/
H A DREADME.md211 The test directory includes the tests that are nearly as portable as
/optee_os/
H A DCHANGELOG.md1021 * Support TEE RAM size larger than page directory size ([#1669])