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/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/libc/upstream-freebsd/
DREADME.md1 This directory contains upstream FreeBSD source. You should not edit these
/bionic/libc/tools/
Dgenerate_notice.py165 for directory, sub_directories, filenames in os.walk(arg):
171 path = os.path.join(directory, filename)
/bionic/tests/headers/posix/
DREADME.md5 `.c` file in this directory. Every constant, macro, type, struct field,
/bionic/libc/kernel/
DREADME.md7 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/
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/benchmarks/linker_relocation/
DAndroid.bp39 // into the testcases/linker_reloc_bench directory. The obvious way to do that is to list each
/bionic/
DREADME.md46 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
Dandroid-changes-for-ndk-developers.md42 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/
DAndroid.bp77 // 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.bp674 // 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/
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/
DAndroid.bp152 // Used to pull in the jemalloc include directory so that if the
153 // library is removed, the include directory is also removed.