Searched defs:realpath (Results 1 – 4 of 4) sorted by relevance
| /bionic/libc/bionic/ |
| D | realpath.cpp | 46 char* realpath(const char* path, char* result) { in realpath() function
|
| /bionic/linker/ |
| D | linker.cpp | 179 static bool is_system_library(const std::string& realpath) { in is_system_library() 379 static bool realpath_fd(int fd, std::string* realpath) { in realpath_fd() 624 bool read(const char* realpath, off64_t file_size) { in read() 925 off64_t* file_offset, std::string* realpath) { in open_library_in_zipfile() 1006 std::string* realpath) { in open_library_at_path() 1031 std::string* realpath) { in open_library_on_paths() 1050 off64_t* file_offset, std::string* realpath) { in open_library() 1080 int open_executable(const char* path, off64_t* file_offset, std::string* realpath) { in open_executable() 1135 static bool find_loaded_library_by_realpath(android_namespace_t* ns, const char* realpath, in find_loaded_library_by_realpath() 1160 const std::string& realpath, in load_library() [all …]
|
| D | linker_soinfo.cpp | 196 soinfo::soinfo(android_namespace_t* ns, const char* realpath, const struct stat* file_stat, in soinfo() 438 bool reverse, const char* realpath) { in call_array()
|
| /bionic/tests/ |
| D | stdlib_test.cpp | 354 TEST(stdlib, realpath) { in TEST() argument
|