| /optee_os/scripts/ |
| H A D | gen_compile_commands.py | 28 # The tools/ directory adopts a different build system, and produces .cmd 38 directory: The work directory where the objects were built. 46 directory_help = ('specify the output directory used for the OP-TEE build ' 47 '(defaults to the working directory)') 48 parser.add_argument('-d', '--directory', type=str, default='.', 67 'If nothing is specified, the current directory is searched') 73 os.path.abspath(args.directory), 76 args.paths if len(args.paths) > 0 else [args.directory]) 79 def cmdfiles_in_dir(directory): argument 80 """Generate the iterator of .cmd files found under the directory. [all …]
|
| H A D | get_maintainer.py | 165 # shell glob pattern, except that a trailing slash means a directory and 168 # Append a trailing slash if path is an existing directory, so that it
|
| H A D | symbolize.py | 126 'current directory, use -s with no argument to show '
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/doc/ |
| H A D | SoftFloat-source.html | 27 <TR><TD COLSPAN=2>4. SoftFloat Package Directory Structure</TD></TR> 36 <TR><TD></TD><TD>5.4. Adapting a Template Target Directory</TD></TR> 204 <H2>4. SoftFloat Package Directory Structure</H2> 210 The supplied directory structure is as follows: 230 directory. 236 The files in directory <CODE>8086</CODE> give floating-point behavior 250 The <CODE>build</CODE> directory is intended to contain a subdirectory for each 274 As supplied, each target directory contains two files: 283 <CODE>make</CODE> command with the target directory as the current directory. 358 The SoftFloat <CODE>source</CODE> directory is supplied with some [all …]
|
| H A D | SoftFloat-history.html | 114 Changed the source directory structure, splitting the sources into a
|
| /optee_os/core/include/ |
| H A D | optee_rpc_cmd.h | 299 * Opens a directory for file listing 302 * [in] memref[1] A string holding the name of the directory 303 * [out] value[2].a Handle to open directory 308 * Closes a directory handle 311 * [in] value[0].b Handle to open directory 316 * Read next file name of directory 320 * [in] value[0].b Handle to open directory
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 15 …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… 111 …for example because your compiler doesn't accept `-Wall` as an option). 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…
|
| H A D | SUPPORT.md | 8 - the `docs` directory in the source tree;
|
| H A D | CONTRIBUTING.md | 60 Mbed TLS includes a comprehensive set of test suites in the `tests/` directory that are dynamically…
|
| H A D | ChangeLog | 647 * Rename directory containing Visual Studio files from visualc/VS2013 to 868 the programs directory. Without this, even though the configuration 1084 * Fix a bug in the build where directory names containing spaces were 1158 * Visual Studio: Rename the directory containing Visual Studio files from 1301 turned off: if a shipped file was missing from the working directory, 1651 DLLs are now installed in the bin directory instead of lib. 1861 have been moved out of the include/ directory and into the library/ 1862 directory. The files concerned are ecp_internal.h and rsa_internal.h 1868 the include/ directory. The headers concerned are bn_mul.h, aesni.h, 4775 * Headers are now found in the 'mbedtls' directory (previously 'polarssl').
|
| /optee_os/mk/ |
| H A D | subdir.mk | 100 # $4 full path to out directory 149 # Process files in current directory 155 # Clear flags used when processing current directory 181 # Process subdirectories in current directory
|
| H A D | lib.mk | 4 # libdir directory of lib which also is used as input to
|
| H A D | aosp_optee.mk | 49 # if PRODUCT_OUT is not the default out directory in aosp workspace
|
| H A D | compile.mk | 172 # but where the object file should go into a specified out directory
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | README.txt | 4 This directory and its subdirectories contain source code for the compiler
|
| H A D | LICENSE.TXT | 230 1) It will be in a separate directory tree with its own `LICENSE.txt` or
|
| /optee_os/core/lib/scmi-server/ |
| H A D | conf.mk | 5 # CFG_SCP_FIRMWARE Directory path to SCP-firmware source tree
|
| /optee_os/.github/workflows/ |
| H A D | ci.yml | 19 run: git config --global --add safe.directory ${GITHUB_WORKSPACE} 343 run: git config --global --add safe.directory ${GITHUB_WORKSPACE} 422 run: git config --global --add safe.directory /home/runner/work/optee_os/optee_os 566 run: git config --global --add safe.directory /home/runner/work/optee_os/optee_os 657 run: git config --global --add safe.directory /home/runner/work/optee_os/optee_os
|
| /optee_os/ |
| H A D | Makefile | 31 # path is absolute or relative to current source root directory.
|
| H A D | CHANGELOG.md | 962 * Support TEE RAM size larger than page directory size ([#1669])
|
| /optee_os/core/tee/ |
| H A D | tee_rpmb_fs.c | 131 * A node in a list of directory entries. 139 * The RPMB directory representation. It contains a queue of 140 * RPMB directory entries: 'next'. 141 * The current pointer points to the last directory entry 2969 /* Add a slash to correctly match the full directory name. */ in rpmb_fs_opendir()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | common.h | 48 * and declare it in a header in the `library/` directory with
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 211 The test directory includes the tests that are nearly as portable as
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | x509_crt.h | 559 * \param path directory / folder to read the certificate files from
|
| /optee_os/core/lib/zlib/ |
| H A D | zlib.h | 75 directory information, and uses a different, slower check method than zlib.
|