Home
last modified time | relevance | path

Searched refs:readlink (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/bionic/
Dreadlink.cpp33 ssize_t readlink(const char* path, char* buf, size_t size) { in readlink() function
Dpty.cpp92 ssize_t count = readlink(path, buf, len); in ttyname_r()
Dmalloc_debug_check.cpp609 if ((count = readlink("/proc/self/exe", exe, sizeof(exe) - 1)) == -1) { in ReportMemoryLeaks()
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Drealpath.c195 slen = readlink(resolved, symlink, sizeof(symlink) - 1); in realpath()
/bionic/libc/include/
Dunistd.h121 extern ssize_t readlink(const char*, char*, size_t);
/bionic/tests/
Dstdlib_test.cpp105 int rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); in TEST()
Ddlfcn_test.cpp311 rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); in TEST()
/bionic/libc/
DAndroid.mk177 bionic/readlink.cpp \