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/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/libc/upstream-freebsd/ |
D | README.md | 1 This directory contains upstream FreeBSD source. You should not edit these
|
/bionic/libc/tools/ |
D | generate_notice.py | 165 for directory, sub_directories, filenames in os.walk(arg): 171 path = os.path.join(directory, filename)
|
/bionic/tests/headers/posix/ |
D | README.md | 5 `.c` file in this directory. Every constant, macro, type, struct field,
|
/bionic/libc/kernel/ |
D | README.md | 7 in the `tools/` directory. The tools process the original 38 Contains the cleaned kernel headers and mirrors the directory structure 91 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/benchmarks/linker_relocation/ |
D | Android.bp | 39 // into the testcases/linker_reloc_bench directory. The obvious way to do that is to list each
|
/bionic/ |
D | README.md | 46 The `tests/` directory contains unit tests. Roughly arranged as one file per 53 The `benchmarks/` directory contains benchmarks, with its own [documentation](benchmarks/README.md). 98 # use those headers directly in bionic. The bionic/libc/kernel/ directory 150 # this mess up, and this directory should disappear. 335 The tests are all built from the tests/ directory. There is a separate 336 directory `benchmarks/` containing benchmarks, and that has its own
|
D | android-changes-for-ndk-developers.md | 42 API level 18, Android didn't include the application library directory 116 `dlopen("/this/directory/does/not/exist/libc.so", RTLD_NOW)` would 144 again in your installation directory (and this was counted against you 361 be rewritten at runtime to the directory containing the ELF file. This
|
/bionic/benchmarks/spawn/ |
D | Android.bp | 77 // 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 | 674 // A leaf library in a non-standard directory. 750 // A leaf library in a directory library D has DT_RUNPATH for. 758 // 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/ |
D | Android.bp | 152 // Used to pull in the jemalloc include directory so that if the 153 // library is removed, the include directory is also removed.
|