Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/bionic/linker/
H A Dlinker.cpp179 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 Dlinker_soinfo.cpp196 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 Dntpath.py581 realpath = abspath variable
674 def realpath(path, *, strict=False): function
H A Dposixpath.py412 def realpath(filename, *, strict=False): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dntpath.py581 realpath = abspath variable
674 def realpath(path, *, strict=False): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dntpath.py581 realpath = abspath variable
674 def realpath(path, *, strict=False): function
Dposixpath.py412 def realpath(filename, *, strict=False): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dntpath.py581 realpath = abspath variable
674 def realpath(path, *, strict=False): function
Dposixpath.py412 def realpath(filename, *, strict=False): function
/aosp_15_r20/external/python/cpython3/Lib/
Dntpath.py581 realpath = abspath variable
674 def realpath(path, *, strict=False): function
Dposixpath.py412 def realpath(filename, *, strict=False): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dntpath.py581 realpath = abspath variable
674 def realpath(path, *, strict=False): function
Dposixpath.py412 def realpath(filename, *, strict=False): function
/aosp_15_r20/external/autotest/bin/
H A Dpython_venv31 realpath() { function
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ci/
H A Dapple-install-libcxx.sh94 function realpath() { function
/aosp_15_r20/tools/asuite/atest/
H A Drun_atest_unittests.sh23 [ "$(uname -s)" == "Darwin" ] && { realpath(){ echo "$(cd $(dirname $1);pwd -P)/$(basename $1)"; };… function
/aosp_15_r20/tools/asuite/aidegen/
H A Drun_tests.sh19 [ "$(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 Dbuilds_common.sh35 realpath() { function
/aosp_15_r20/external/trusty/musl/src/misc/
Drealpath.c10 char *realpath(const char *restrict filename, char *restrict resolved) in realpath() function
/aosp_15_r20/bionic/libc/bionic/
H A Drealpath.cpp46 char* realpath(const char* path, char* result) { in realpath() function
/aosp_15_r20/external/musl/src/misc/
H A Drealpath.c14 char *realpath(const char *restrict filename, char *restrict resolved) in realpath() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_getpath.py966 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/
Dos2emxpath.py158 realpath = abspath variable
Dmacpath.py198 def realpath(path): function
Dntpath.py498 realpath = abspath variable

12345678910