Searched defs:realpath (Results 1 – 7 of 7) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | realpath.cpp | 46 char* realpath(const char* path, char* result) { in realpath() function
|
/aosp12/bionic/linker/ |
H A D | linker.cpp | 144 static bool is_system_library(const std::string& realpath) { in is_system_library() 344 static bool realpath_fd(int fd, std::string* realpath) { in realpath_fd() 589 bool read(const char* realpath, off64_t file_size) { in read() 884 off64_t* file_offset, std::string* realpath) { in open_library_in_zipfile() 965 std::string* realpath) { in open_library_at_path() 991 std::string* realpath) { in open_library_on_paths() 1010 off64_t* file_offset, std::string* realpath) { in open_library() 1040 int open_executable(const char* path, off64_t* file_offset, std::string* realpath) { in open_executable() 1132 const std::string& realpath, in load_library() 1297 std::string realpath; in load_library() local [all …]
|
H A D | linker_soinfo.cpp | 214 soinfo::soinfo(android_namespace_t* ns, const char* realpath, in soinfo() 489 bool reverse, const char* realpath) { in call_array()
|
/aosp12/system/apex/apexd/ |
H A D | apex_file.cpp | 169 std::string realpath; in Open() local
|
H A D | apexservice_test.cpp | 1424 std::string realpath; in TEST_F() local
|
/aosp12/bionic/tests/ |
H A D | stdlib_test.cpp | 351 TEST(stdlib, realpath) { in TEST() argument
|
/aosp12/system/core/fs_mgr/ |
H A D | fs_mgr.cpp | 157 static std::string realpath(const std::string& blk_device) { in realpath() function
|