Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
DUtils.cpp40 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()
DUtils.h31 std::vector<std::string> collectHeaders(const std::string& directory,
/bionic/libc/kernel/android/
DREADME.md1 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/
DREADME.md7 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/
DREADME.md29 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/
Dgenerate-NOTICE.py156 for directory, sub_directories, filenames in os.walk(arg):
162 path = os.path.join(directory, filename)
/bionic/libc/upstream-freebsd/
DREADME.md1 This directory contains upstream FreeBSD source. You should not edit these
/bionic/libc/upstream-openbsd/
DREADME.md1 This directory contains upstream OpenBSD source. You should not edit these
/bionic/libc/upstream-netbsd/
DREADME.md1 This directory contains upstream NetBSD source. You should not edit these
/bionic/
DREADME.md50 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.
Dandroid-changes-for-ndk-developers.md39 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/
DAndroid.bp34 // into the testcases/linker_reloc_bench directory. The obvious way to do that is to list each
/bionic/benchmarks/spawn/
DAndroid.bp69 // Install these binaries in the same directory as the main benchmark binary.
/bionic/linker/
Dld.config.format.md16 The format is `dir.<section_name>=<directory>`
/bionic/tests/libs/
DAndroid.bp526 // 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/
Dlibc_assembler.md57 command to work, you need to change directory to one of the above
Dnative_allocator.md18 The `BoardConfig.mk` file is usually found in the directory
19 `device/<DEVICE_NAME>/` or in a sub directory.
/bionic/libc/malloc_debug/
DREADME.md710 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/
DAndroid.bp142 // Used to pull in the jemalloc include directory so that if the
143 // library is removed, the include directory is also removed.