Searched refs:realpath (Results 1 – 23 of 23) sorted by relevance
/bionic/build/ |
D | run-on-host.mk | 37 ln -fs `realpath $(TARGET_OUT)/bin` /system/ 38 ln -fs `realpath $(TARGET_OUT)/etc` /system/ 39 ln -fs `realpath $(TARGET_OUT)/lib` /system/ 41 ln -fs `realpath $(TARGET_OUT)/lib64` /system/; \
|
/bionic/libc/include/ |
D | stdlib.h | 97 extern char * realpath(const char *path, char *resolved); 181 extern char* __realpath_real(const char*, char*) __RENAME(realpath); 186 char* realpath(const char* path, char* resolved) { in realpath() function
|
/bionic/tests/ |
D | stdlib_test.cpp | 152 char* p = realpath(NULL, NULL); in TEST() 159 char* p = realpath("", NULL); in TEST() 166 char* p = realpath("/this/directory/path/almost/certainly/does/not/exist", NULL); in TEST() 173 char* p = realpath("/dev/null/.", NULL); in TEST() 178 p = realpath("/dev/null/..", NULL); in TEST() 183 TEST(stdlib, realpath) { in TEST() argument 191 char* p = realpath("/proc/self/exe", buf); in TEST() 194 p = realpath("/proc/self/exe", NULL); in TEST()
|
D | dlfcn_test.cpp | 797 ASSERT_TRUE(realpath(info.dli_fname, dli_realpath) != nullptr); in TEST() 854 ASSERT_TRUE(realpath(PATH_TO_LIBC, libc_realpath) == libc_realpath); in TEST()
|
D | dlext_test.cpp | 156 ASSERT_TRUE(realpath(lib_path.c_str(), lib_realpath_buf) == lib_realpath_buf); in TEST_F()
|
/bionic/linker/ |
D | linker.cpp | 184 static bool is_system_library(const std::string& realpath) { in is_system_library() argument 186 if (file_is_in_dir(realpath, dir)) { in is_system_library() 446 if (realpath(original_path, resolved_path) != nullptr) { in resolve_paths() 471 if (realpath(zip_path.c_str(), resolved_path) == nullptr) { in resolve_paths() 552 static bool realpath_fd(int fd, std::string* realpath) { in realpath_fd() argument 560 *realpath = &buf[0]; in realpath_fd() 870 soinfo::soinfo(android_namespace_t* ns, const char* realpath, in soinfo() argument 875 if (realpath != nullptr) { in soinfo() 876 realpath_ = realpath; in soinfo() 1168 bool read(const char* realpath, off64_t file_size) { in read() argument [all …]
|
/bionic/libc/tools/ |
D | check-symbols-glibc.py | 66 this_dir = os.path.dirname(os.path.realpath(__file__))
|
D | posix-2013.txt | 842 realpath
|
/bionic/libc/kernel/tools/ |
D | kernel.py | 89 hdr_dir = os.path.realpath(os.path.dirname(from_file)) 90 hdr_dir = hdr_dir.replace("%s/" % os.path.realpath(kernel_root),
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | realpath.c | 51 realpath(const char * __restrict path, char * __restrict resolved) in realpath() function
|
/bionic/libstdc++/include/ |
D | cstdlib | 71 using ::realpath;
|
/bionic/libc/ |
D | libc.mips64.map | 784 realpath;
|
D | libc.x86_64.map | 784 realpath;
|
D | libc.arm64.map | 784 realpath;
|
D | libc.x86.brillo.map | 840 realpath;
|
D | libc.mips.brillo.map | 842 realpath;
|
D | libc.arm.brillo.map | 844 realpath;
|
D | libc.mips.map | 842 realpath;
|
D | libc.x86.map | 840 realpath;
|
D | libc.arm.map | 844 realpath;
|
D | libc.map.txt | 869 realpath;
|
D | Android.mk | 286 upstream-freebsd/lib/libc/stdlib/realpath.c \
|
D | Android.bp | 263 "upstream-freebsd/lib/libc/stdlib/realpath.c",
|