Searched refs:readlink (Results 1 – 22 of 22) 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 | pty.cpp | 100 ssize_t count = readlink(path, buf, len); in ttyname_r()
|
D | fortify.cpp | 218 return readlink(path, buf, size); in __readlink_chk()
|
/bionic/tests/ |
D | bug_26110743_test.cpp | 38 ASSERT_NE(-1, readlink(buf, buf2, sizeof(buf2))) << ERRORMSG; in ProcSelfReadlinkBody() 82 ASSERT_NE(-1, readlink(buf, buf2, sizeof(buf2))) << ERRORMSG; in ProcTaskFdReadlinkBody()
|
D | stdlib_test.cpp | 188 int rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); in TEST()
|
D | fortify_test.cpp | 719 ASSERT_FORTIFY(readlink("/dev/null", buf, ct)); in TEST_F()
|
D | gtest_main.cpp | 1190 ssize_t path_len = readlink("/proc/self/exe", path, sizeof(path)); in get_proc_self_exe()
|
/bionic/libc/include/ |
D | unistd.h | 142 ssize_t readlink(const char* __path, char* __buf, size_t __bufsiz) 143 __overloadable __RENAME_CLANG(readlink); 454 ssize_t readlink(const char* path, char* buf, size_t size) __overloadable 458 ssize_t readlink(const char* path, char* buf, size_t size) __overloadable 463 ssize_t readlink(const char* path, char* const __pass_object_size buf, in readlink() function 468 return __call_bypassing_fortify(readlink)(path, buf, size); in readlink() 507 ssize_t __readlink_real(const char*, char*, size_t) __RENAME(readlink); 693 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/libc/ |
D | SECCOMP_WHITELIST.TXT | 78 ssize_t readlink:readlink(const char *path, char *buf, size_t bufsiz) arm,x86,mips
|
D | libc.mips64.map | 773 readlink;
|
D | libc.x86_64.map | 773 readlink;
|
D | libc.arm64.map | 773 readlink;
|
D | libc.x86.map | 828 readlink;
|
D | libc.mips.map | 830 readlink;
|
D | libc.arm.map | 832 readlink;
|
D | libc.map.txt | 857 readlink;
|
D | Android.bp | 1352 "bionic/readlink.cpp",
|
/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/linker/ |
D | linker_main.cpp | 190 ssize_t path_len = readlink("/proc/self/exe", path, sizeof(path)); in get_executable_path()
|
D | linker.cpp | 347 if (readlink(&proc_self_fd[0], &buf[0], buf.size()) == -1) { in realpath_fd()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 839 readlink
|