Home
last modified time | relevance | path

Searched refs:openat64 (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/include/bits/fortify/
Dfcntl.h124 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/
Dopen.cpp87 __strong_alias(openat64, openat);
/bionic/tests/
Dclang_fortify_tests.cpp259 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()
Dfcntl_test.cpp71 fd = openat64(AT_FDCWD, "/proc/version", O_RDONLY); in TEST()
/bionic/libc/include/
Dfcntl.h127 int openat64(int __dir_fd, const char* __path, int __flags, ...) __INTRODUCED_IN(21);
/bionic/tools/versioner/platforms/
Dlibc.map.txt713 openat64; # introduced=21
/bionic/libc/
Dlibc.map.txt713 openat64; # introduced=21