/aosp_15_r20/bionic/linker/ |
H A 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() 1147 static bool find_loaded_library_by_realpath(android_namespace_t* ns, const char* realpath, in find_loaded_library_by_realpath() 1172 const std::string& realpath, in load_library() [all …]
|
H A D | linker_soinfo.cpp | 196 soinfo::soinfo(android_namespace_t* ns, const char* realpath, const struct stat* file_stat, in soinfo() 454 bool reverse, const char* realpath) { in call_array()
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | ntpath.py | 581 realpath = abspath variable 674 def realpath(path, *, strict=False): function
|
H A D | posixpath.py | 412 def realpath(filename, *, strict=False): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | ntpath.py | 581 realpath = abspath variable 674 def realpath(path, *, strict=False): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | ntpath.py | 581 realpath = abspath variable 674 def realpath(path, *, strict=False): function
|
D | posixpath.py | 412 def realpath(filename, *, strict=False): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | ntpath.py | 581 realpath = abspath variable 674 def realpath(path, *, strict=False): function
|
D | posixpath.py | 412 def realpath(filename, *, strict=False): function
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | ntpath.py | 581 realpath = abspath variable 674 def realpath(path, *, strict=False): function
|
D | posixpath.py | 412 def realpath(filename, *, strict=False): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | ntpath.py | 581 realpath = abspath variable 674 def realpath(path, *, strict=False): function
|
D | posixpath.py | 412 def realpath(filename, *, strict=False): function
|
/aosp_15_r20/external/autotest/bin/ |
H A D | python_venv | 31 realpath() { function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ci/ |
H A D | apple-install-libcxx.sh | 94 function realpath() { function
|
/aosp_15_r20/tools/asuite/atest/ |
H A D | run_atest_unittests.sh | 23 [ "$(uname -s)" == "Darwin" ] && { realpath(){ echo "$(cd $(dirname $1);pwd -P)/$(basename $1)"; };… function
|
/aosp_15_r20/tools/asuite/aidegen/ |
H A D | run_tests.sh | 19 [ "$(uname -s)" == "Darwin" ] && { realpath(){ echo "$(cd $(dirname $1);pwd -P)/$(basename $1)"; };… function
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/builds/ |
H A D | builds_common.sh | 35 realpath() { function
|
/aosp_15_r20/external/trusty/musl/src/misc/ |
D | realpath.c | 10 char *realpath(const char *restrict filename, char *restrict resolved) in realpath() function
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | realpath.cpp | 46 char* realpath(const char* path, char* result) { in realpath() function
|
/aosp_15_r20/external/musl/src/misc/ |
H A D | realpath.c | 14 char *realpath(const char *restrict filename, char *restrict resolved) in realpath() function
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_getpath.py | 966 def realpath(self, path, _trail=None): member in MockNTNamespace 1138 def realpath(self, path, _trail=None): member in MockPosixNamespace
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | os2emxpath.py | 158 realpath = abspath variable
|
D | macpath.py | 198 def realpath(path): function
|
D | ntpath.py | 498 realpath = abspath variable
|