Searched refs:directory (Results 1 – 19 of 19) sorted by relevance
/bionic/tools/versioner/src/ |
D | Utils.cpp | 40 std::vector<std::string> collectHeaders(const std::string& directory, in collectHeaders() argument 44 char* dir_argv[2] = { const_cast<char*>(directory.c_str()), nullptr }; in collectHeaders() 49 err(1, "failed to open directory '%s'", directory.c_str()); in collectHeaders()
|
D | Utils.h | 31 std::vector<std::string> collectHeaders(const std::string& directory,
|
/bionic/libc/kernel/android/ |
D | README.md | 1 The files under the uapi directory are android kernel uapi header files that 8 The files under the scsi directory are frozen copies of kernel scsi headers. 17 directory.
|
/bionic/libc/kernel/ |
D | README.md | 7 in the `tools/` directory. The tools process the original 26 Contains the cleaned kernel headers and mirrors the directory structure 73 to determine which directory to use as the destination directory.
|
/bionic/benchmarks/ |
D | README.md | 29 Suites are stored in the `suites/` directory and can be chosen with the command line flag 33 searches for the XML file in the `suites/` directory. If it doesn't exist in that directory, then 34 the file will be found as relative to the current directory. If the option specifies the full path 76 the suites directory.
|
/bionic/libc/tools/ |
D | generate-NOTICE.py | 156 for directory, sub_directories, filenames in os.walk(arg): 162 path = os.path.join(directory, filename)
|
/bionic/libc/upstream-freebsd/ |
D | README.md | 1 This directory contains upstream FreeBSD source. You should not edit these
|
/bionic/libc/upstream-openbsd/ |
D | README.md | 1 This directory contains upstream OpenBSD source. You should not edit these
|
/bionic/libc/upstream-netbsd/ |
D | README.md | 1 This directory contains upstream NetBSD source. You should not edit these
|
/bionic/ |
D | README.md | 50 The `tests/` directory contains unit tests. Roughly arranged as one file per 55 The `benchmarks/` directory contains benchmarks, with its own [documentation](benchmarks/README.md). 127 # this mess up, and this directory should disappear. 211 The tests are all built from the tests/ directory.
|
D | android-changes-for-ndk-developers.md | 39 JB-MR2, Android didn't include the application library directory 110 `dlopen("/this/directory/does/not/exist/libc.so", RTLD_NOW)` would 138 again in your installation directory (and this was counted against you 363 be rewritten at runtime to the directory containing the ELF file. This
|
/bionic/benchmarks/linker_relocation/ |
D | Android.bp | 34 // into the testcases/linker_reloc_bench directory. The obvious way to do that is to list each
|
/bionic/benchmarks/spawn/ |
D | Android.bp | 69 // Install these binaries in the same directory as the main benchmark binary.
|
/bionic/linker/ |
D | ld.config.format.md | 16 The format is `dir.<section_name>=<directory>`
|
/bionic/tests/libs/ |
D | Android.bp | 526 // A leaf library in a non-standard directory. 603 // A leaf library in a directory library D has DT_RUNPATH for. 611 // A leaf library in lib or lib64 directory
|
/bionic/docs/ |
D | libc_assembler.md | 57 command to work, you need to change directory to one of the above
|
D | native_allocator.md | 18 The `BoardConfig.mk` file is usually found in the directory 19 `device/<DEVICE_NAME>/` or in a sub directory.
|
/bionic/libc/malloc_debug/ |
D | README.md | 710 At the moment, the script will look for symbols in the given directory, 714 command line above. That is: you need to mirror the directory structure 715 for the app in the symbols directory.
|
/bionic/libc/ |
D | Android.bp | 142 // Used to pull in the jemalloc include directory so that if the 143 // library is removed, the include directory is also removed.
|