Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 12 of 12) sorted by relevance

/bionic/linker/
Dld.config.format.md54 namespace.default.search.paths = /system/${LIB}:/system/other/${LIB}
57 namespace.default.asan.search.paths = /data/${LIB}:/data/other/${LIB}
60 namespace.default.permitted.paths = /system/${LIB}
63 namespace.default.asan.permitted.paths = /data/${LIB}
74 namespace.ns1.search.paths = /vendor/${LIB}
75 namespace.ns1.asan.search.paths = /data/vendor/${LIB}
76 namespace.ns1.permitted.paths = /vendor/${LIB}
77 namespace.ns1.asan.permitted.paths = /data/vendor/${LIB}
Dlinker_utils.h48 void resolve_paths(std::vector<std::string>& paths,
54 void split_path(const char* path, const char* delimiters, std::vector<std::string>* paths);
Dlinker_utils.cpp193 std::vector<std::string>* paths) { in split_path() argument
195 *paths = android::base::Split(path, delimiters); in split_path()
199 void resolve_paths(std::vector<std::string>& paths, in resolve_paths() argument
202 for (const auto& path : paths) { in resolve_paths()
Dlinker_config.cpp397 std::vector<std::string> paths; in get_paths() local
398 split_path(paths_str.c_str(), ":", &paths); in get_paths()
413 for (auto& path : paths) { in get_paths()
419 for (const auto& path : paths) { in get_paths()
438 return paths; in get_paths()
Dlinker_config_test.cpp104 static std::vector<std::string> resolve_paths(std::vector<std::string> paths) { in resolve_paths() argument
106 resolve_paths(paths, &resolved_paths); in resolve_paths()
Dlinker_namespaces.h37 std::vector<std::string> fix_lib_paths(std::vector<std::string> paths);
Dlinker_main.cpp135 std::vector<std::string> paths; in parse_path() local
136 split_path(path, delimiters, &paths); in parse_path()
137 resolve_paths(paths, resolved_paths); in parse_path()
/bionic/tools/versioner/src/
DVFS.cpp38 char* paths[] = { const_cast<char*>(path.c_str()), nullptr }; in addDirectoryToVFS() local
40 fts_open(paths, FTS_COMFOLLOW | FTS_LOGICAL | FTS_NOCHDIR, nullptr), fts_close); in addDirectoryToVFS()
/bionic/libc/bionic/
Dftw.cpp51 char* const paths[2] = { const_cast<char*>(path), nullptr }; in do_nftw() local
52 FTS* fts = __fts_open(paths, fts_options | FTS_FOR_FTW, nullptr); in do_nftw()
/bionic/
Dandroid-changes-for-ndk-developers.md122 Some apps have bad DT_NEEDED entries (usually absolute paths on the build
291 absolute paths, that doesn't make sense on Android because you have
367 allows the use of relative paths. The `${LIB}` and `${PLATFORM}`
/bionic/tests/libs/
DAndroid.bp445 // the search paths.
448 // libraries is outside of the search paths.
/bionic/libc/
DAndroid.bp1947 // the implicit addition of system Bionic paths was removed.