Searched refs:paths (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/include/
H A Dmntent.h33 #include <paths.h> /* for _PATH_MOUNTED */
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Ddaemon.c32 #include <paths.h>
H A Dexec.c36 #include <paths.h>
/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);
H A Dpopen.c51 #include <paths.h>
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dtempnam.c33 #include <paths.h>
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dsystem.c37 #include <paths.h>
/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 275 milliseconds