Searched refs:readlink (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/bionic/ |
D | readlink.cpp | 33 ssize_t readlink(const char* path, char* buf, size_t size) { in readlink() function
|
D | pty.cpp | 92 ssize_t count = readlink(path, buf, len); in ttyname_r()
|
D | malloc_debug_check.cpp | 609 if ((count = readlink("/proc/self/exe", exe, sizeof(exe) - 1)) == -1) { in ReportMemoryLeaks()
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | realpath.c | 195 slen = readlink(resolved, symlink, sizeof(symlink) - 1); in realpath()
|
/bionic/libc/include/ |
D | unistd.h | 121 extern ssize_t readlink(const char*, char*, size_t);
|
/bionic/tests/ |
D | stdlib_test.cpp | 105 int rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); in TEST()
|
D | dlfcn_test.cpp | 311 rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); in TEST()
|
/bionic/libc/ |
D | Android.mk | 177 bionic/readlink.cpp \
|