Searched refs:openat64 (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | fcntl.h | 124 int openat64(int dirfd, const char* pathname, int flags, mode_t modes, ...) 129 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() function 136 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64() function
|
/bionic/libc/bionic/ |
D | open.cpp | 87 __strong_alias(openat64, openat);
|
/bionic/tests/ |
D | clang_fortify_tests.cpp | 259 openat64(0, "/", 0, 0, 0); in FORTIFY_TEST() 275 EXPECT_FORTIFY_DEATH(openat64(dirfd, target, O_CREAT)); in FORTIFY_TEST() 277 EXPECT_FORTIFY_DEATH(openat64(dirfd, target, O_TMPFILE)); in FORTIFY_TEST() 286 EXPECT_NO_DEATH(openat64(dirfd, target, O_RDONLY, 0777)); in FORTIFY_TEST()
|
D | fcntl_test.cpp | 71 fd = openat64(AT_FDCWD, "/proc/version", O_RDONLY); in TEST()
|
/bionic/libc/include/ |
D | fcntl.h | 127 int openat64(int __dir_fd, const char* __path, int __flags, ...) __INTRODUCED_IN(21);
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 713 openat64; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 713 openat64; # introduced=21
|