Home
last modified time | relevance | path

Searched refs:openat (Results 1 – 13 of 13) sorted by relevance

/bionic/libc/include/bits/fortify/
Dfcntl.h39 int __openat_real(int, const char* _Nonnull, int, ...) __RENAME(openat);
78 int openat(int dirfd, const char* _Nonnull pathname, int flags, mode_t modes, ...)
83 int openat(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags) in openat() function
94 int openat(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags, mode_t mod… in openat() function
131 return openat(dirfd, pathname, flags); in openat64()
139 return openat(dirfd, pathname, flags, modes); in openat64()
/bionic/libc/bionic/
Dopen.cpp75 int openat(int fd, const char *pathname, int flags, ...) { in openat() function
87 __strong_alias(openat64, openat);
Dfchmodat.cpp50 ScopedFd fd(openat(dirfd, pathname, O_PATH | O_NOFOLLOW | O_CLOEXEC)); in fchmodat()
Dscandir.cpp99 int dir_fd = openat(parent_fd, dir_name, O_CLOEXEC | O_DIRECTORY | O_RDONLY); in scandirat()
/bionic/tests/
Dclang_fortify_tests.cpp259 openat(0, "/", 0, 0, 0); in FORTIFY_TEST()
273 EXPECT_FORTIFY_DEATH(openat(dirfd, target, O_CREAT)); in FORTIFY_TEST()
275 EXPECT_FORTIFY_DEATH(openat(dirfd, target, O_TMPFILE)); in FORTIFY_TEST()
286 EXPECT_NO_DEATH(openat(dirfd, target, O_RDONLY, 0777)); in FORTIFY_TEST()
Dfdtrack_test.cpp233 FDTRACK_TEST(openat, openat(AT_EMPTY_PATH, "/dev/null", O_WRONLY | O_CLOEXEC));
Dfcntl_test.cpp74 fd = openat(AT_FDCWD, "/proc/version", O_RDONLY); in TEST()
/bionic/tests/headers/posix/
Dfcntl_h.c121 FUNCTION(openat, int (*f)(int, const char*, int, ...)); in fcntl_h()
/bionic/libc/include/
Dfcntl.h123 int openat(int __dir_fd, const char* _Nonnull __path, int __flags, ...);
/bionic/libc/tools/
Dposix-2013.txt611 openat
/bionic/libc/
DSYSCALLS.TXT154 int __openat:openat(int, const char*, int, mode_t) all
Dlibc.map.txt712 openat;
/bionic/tools/versioner/platforms/
Dlibc.map.txt712 openat;