Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dreadlink.cpp36 ssize_t readlink(const char* path, char* buf, size_t size) { in readlink() function
D__readlink_chk.cpp42 return readlink(path, buf, size); in __readlink_chk()
Dpty.cpp101 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/include/
Dunistd.h139 extern ssize_t readlink(const char*, char*, size_t);
245 extern ssize_t __readlink_real(const char*, char*, size_t) __RENAME(readlink);
336 ssize_t readlink(const char* path, char* buf, size_t size) { in readlink() function
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Drealpath.c176 slen = readlink(resolved, symlink, sizeof(symlink) - 1); in realpath()
/bionic/tools/relocation_packer/src/
Delf_file_unittest.cc27 ASSERT_NE(-1, readlink("/proc/self/exe", path, sizeof(path) - 1)); in GetDataFilePath()
/bionic/tests/
Dstdlib_test.cpp184 int rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); in TEST()
Dfortify_test.cpp653 ASSERT_FORTIFY(readlink("/dev/null", buf, ct)); in TEST_F()
Ddlfcn_test.cpp800 rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); in TEST()
Dgtest_main.cpp858 ssize_t path_len = readlink("/proc/self/exe", path, sizeof(path)); in AddPathSeparatorInTestProgramPath()
/bionic/libc/tools/
Dposix-2013.txt839 readlink
/bionic/libc/
Dlibc.map960 readlink;
DAndroid.mk178 bionic/readlink.cpp \
/bionic/linker/
Dlinker.cpp328 if (readlink(&proc_self_fd[0], &buf[0], buf.size()) == -1) { in realpath_fd()