Home
last modified time | relevance | path

Searched defs:realpath (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Drealpath.c51 realpath(const char * __restrict path, char * __restrict resolved) in realpath() function
/bionic/libc/include/
Dstdlib.h186 char* realpath(const char* path, char* resolved) { in realpath() function
/bionic/linker/
Dlinker.cpp184 static bool is_system_library(const std::string& realpath) { in is_system_library()
552 static bool realpath_fd(int fd, std::string* realpath) { in realpath_fd()
870 soinfo::soinfo(android_namespace_t* ns, const char* realpath, in soinfo()
1168 bool read(const char* realpath, off64_t file_size) { in read()
1482 off64_t* file_offset, std::string* realpath) { in open_library_in_zipfile()
1562 std::string* realpath) { in open_library_on_paths()
1596 off64_t* file_offset, std::string* realpath) { in open_library()
1684 const std::string& realpath) { in load_library()
1825 std::string realpath; in load_library() local
/bionic/tests/
Dstdlib_test.cpp183 TEST(stdlib, realpath) { in TEST() argument