Home
last modified time | relevance | path

Searched refs:readlink (Results 1 – 24 of 24) 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()
/bionic/tests/
Dbug_26110743_test.cpp38 ASSERT_NE(-1, readlink(buf, buf2, sizeof(buf2))) << ERRORMSG; in ProcSelfReadlinkBody()
82 ASSERT_NE(-1, readlink(buf, buf2, sizeof(buf2))) << ERRORMSG; in ProcTaskFdReadlinkBody()
Dstdlib_test.cpp186 int rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); in TEST()
Dfortify_test.cpp707 ASSERT_FORTIFY(readlink("/dev/null", buf, ct)); in TEST_F()
Dgtest_main.cpp1116 ssize_t path_len = readlink("/proc/self/exe", path, sizeof(path)); in get_proc_self_exe()
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Drealpath.c176 slen = readlink(resolved, symlink, sizeof(symlink) - 1); in realpath()
/bionic/libc/include/
Dunistd.h144 extern ssize_t readlink(const char* __path, char* __buf, size_t __bufsiz);
288 extern ssize_t __readlink_real(const char*, char*, size_t) __RENAME(readlink);
493 ssize_t readlink(const char* path, char* buf, size_t size) { in readlink() function
/bionic/tools/relocation_packer/src/
Delf_file_unittest.cc27 ASSERT_NE(-1, readlink("/proc/self/exe", path, sizeof(path) - 1)); in GetDataFilePath()
/bionic/libc/
Dlibc.arm64.map780 readlink;
Dlibc.mips64.map780 readlink;
Dlibc.x86_64.map780 readlink;
Dlibc.mips.brillo.map838 readlink;
Dlibc.x86.brillo.map836 readlink;
Dlibc.mips.map838 readlink;
Dlibc.arm.brillo.map840 readlink;
Dlibc.x86.map836 readlink;
Dlibc.map.txt865 readlink;
Dlibc.arm.map840 readlink;
DAndroid.mk189 bionic/readlink.cpp \
DAndroid.bp1371 "bionic/readlink.cpp",
/bionic/libc/tools/
Dposix-2013.txt839 readlink
/bionic/linker/
Dlinker.cpp562 if (readlink(&proc_self_fd[0], &buf[0], buf.size()) == -1) { in realpath_fd()
4178 ssize_t path_len = readlink("/proc/self/exe", path, sizeof(path)); in get_executable_path()