Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/gen/
Dftw.c42 char * const paths[2] = { __UNCONST(path), NULL }; in ftw() local
53 ftsp = fts_open(paths, FTS_COMFOLLOW | FTS_NOCHDIR, NULL); in ftw()
Dnftw.c43 char * const paths[2] = { __UNCONST(path), NULL }; in nftw() local
63 ftsp = fts_open(paths, ftsflags, NULL); in nftw()
/bionic/linker/
Dlinker.cpp440 static void resolve_paths(std::vector<std::string>& paths, in resolve_paths() argument
443 for (const auto& path : paths) { in resolve_paths()
483 std::vector<std::string>* paths) { in split_path() argument
485 *paths = android::base::Split(path, delimiters); in split_path()
491 std::vector<std::string> paths; in parse_path() local
492 split_path(path, delimiters, &paths); in parse_path()
493 resolve_paths(paths, resolved_paths); in parse_path()
1561 const std::vector<std::string>& paths, in open_library_on_paths() argument
1563 for (const auto& path : paths) { in open_library_on_paths()