Searched defs:paths (Results 1 - 3 of 3) sorted by last modified time

/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dftw.c42 char * const paths[2] = { __UNCONST(path), NULL }; local
53 ftsp = fts_open(paths, FTS_COMFOLLOW | FTS_NOCHDIR, NULL);
H A Dnftw.c43 char * const paths[2] = { __UNCONST(path), NULL }; local
63 ftsp = fts_open(paths, ftsflags, NULL);
/bionic/linker/
H A Dlinker.cpp440 static void resolve_paths(std::vector<std::string>& paths, argument
443 for (const auto& path : paths) {
483 std::vector<std::string>* paths) {
485 *paths = android::base::Split(path, delimiters);
491 std::vector<std::string> paths; local
492 split_path(path, delimiters, &paths);
493 resolve_paths(paths, resolved_paths);
1561 const std::vector<std::string>& paths,
1563 for (const auto& path : paths) {
1599 // If the name contains a slash, we should attempt to open it directly and not search the paths
482 split_path(const char* path, const char* delimiters, std::vector<std::string>* paths) argument
[all...]

Completed in 87 milliseconds