/bionic/libc/include/bits/fortify/ |
D | unistd.h | 181 ssize_t readlink(const char* path, char* const __pass_object_size buf, size_t size) in readlink() function 183 __error_if_overflows_ssizet(size, readlink) in readlink() 184 __error_if_overflows_objectsize(size, __bos(buf), readlink) { in readlink() 192 return __call_bypassing_fortify(readlink)(path, buf, size); in readlink()
|
/bionic/tests/ |
D | bug_26110743_test.cpp | 40 ssize_t length = readlink(buf, buf2, sizeof(buf2)); in ProcSelfReadlinkBody() 85 ssize_t length = readlink(buf, buf2, sizeof(buf2)); in ProcTaskFdReadlinkBody()
|
D | clang_fortify_tests.cpp | 574 EXPECT_FORTIFY_DEATH(readlink("/", small_buffer, sizeof(small_buffer) + 1)); in FORTIFY_TEST() 600 EXPECT_FORTIFY_DEATH_STRUCT(readlink("/", split.tiny_buffer, sizeof(split))); in FORTIFY_TEST()
|
D | stdlib_test.cpp | 354 int rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); in TEST()
|
D | stdio_test.cpp | 2619 ssize_t length = readlink("/dev/stdin", path, sizeof(path)); in TEST() 2623 length = readlink("/dev/stdout", path, sizeof(path)); in TEST() 2627 length = readlink("/dev/stderr", path, sizeof(path)); in TEST()
|
D | fortify_test.cpp | 661 ASSERT_FORTIFY(readlink("/dev/null", buf, ct)); in TEST_F()
|
/bionic/libc/bionic/ |
D | readlink.cpp | 34 ssize_t readlink(const char* path, char* buf, size_t size) { in readlink() function
|
D | __bionic_get_shell_path.cpp | 48 ssize_t len = readlink("/proc/self/exe", exe_path, sizeof(exe_path)); in init_sh_path()
|
D | realpath.cpp | 66 ssize_t l = readlink(fd_path.c_str(), dst, sizeof(dst) - 1); in realpath()
|
D | pty.cpp | 98 ssize_t count = readlink(FdPath(fd).c_str(), buf, len); in ttyname_r()
|
D | fortify.cpp | 219 return readlink(path, buf, size); in __readlink_chk()
|
/bionic/libc/ |
D | SECCOMP_ALLOWLIST_COMMON.TXT | 33 ssize_t readlink:readlink(const char*, char*, size_t) arm,x86,x86_64
|
D | libc.map.txt | 858 readlink;
|
D | Android.bp | 1102 "bionic/readlink.cpp",
|
/bionic/linker/ |
D | linker_main.cpp | 211 ssize_t path_len = readlink("/init", path, sizeof(path)); in get_executable_info() 225 ssize_t path_len = readlink("/proc/self/exe", path, sizeof(path)); in get_executable_info()
|
D | linker.cpp | 353 auto length = readlink(proc_self_fd, buf, sizeof(buf)); in realpath_fd()
|
/bionic/libc/include/ |
D | unistd.h | 222 ssize_t readlink(const char* __path, char* __buf, size_t __buf_size);
|
/bionic/libc/malloc_hooks/tests/ |
D | malloc_hooks_tests.cpp | 132 ssize_t path_len = readlink("/proc/self/exe", path, sizeof(path)); in GetExe()
|
/bionic/tests/headers/posix/ |
D | unistd_h.c | 350 FUNCTION(readlink, ssize_t (*f)(const char*, char*, size_t)); in unistd_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 839 readlink
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 858 readlink;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_154.S | 2510 CALL(readlink)
|
D | liblinker_reloc_bench_070.S | 2348 DATA_WORD(readlink)
|
D | liblinker_reloc_bench_151.S | 13929 CALL(readlink)
|