Searched refs:readlink (Results 1 – 15 of 15) sorted by relevance
/bionic/libc/bionic/ |
D | readlink.cpp | 36 ssize_t readlink(const char* path, char* buf, size_t size) { in readlink() function
|
D | __readlink_chk.cpp | 42 return readlink(path, buf, size); in __readlink_chk()
|
D | pty.cpp | 101 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/include/ |
D | unistd.h | 139 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/ |
D | realpath.c | 176 slen = readlink(resolved, symlink, sizeof(symlink) - 1); in realpath()
|
/bionic/tools/relocation_packer/src/ |
D | elf_file_unittest.cc | 27 ASSERT_NE(-1, readlink("/proc/self/exe", path, sizeof(path) - 1)); in GetDataFilePath()
|
/bionic/tests/ |
D | stdlib_test.cpp | 184 int rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); in TEST()
|
D | fortify_test.cpp | 653 ASSERT_FORTIFY(readlink("/dev/null", buf, ct)); in TEST_F()
|
D | dlfcn_test.cpp | 800 rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); in TEST()
|
D | gtest_main.cpp | 858 ssize_t path_len = readlink("/proc/self/exe", path, sizeof(path)); in AddPathSeparatorInTestProgramPath()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 839 readlink
|
/bionic/libc/ |
D | libc.map | 960 readlink;
|
D | Android.mk | 178 bionic/readlink.cpp \
|
/bionic/linker/ |
D | linker.cpp | 328 if (readlink(&proc_self_fd[0], &buf[0], buf.size()) == -1) { in realpath_fd()
|