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*, int, ...) __RENAME(openat);
78 int openat(int dirfd, const char* pathname, int flags, mode_t modes, ...)
83 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() function
94 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() function
132 return openat(dirfd, pathname, flags); in openat64()
140 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.cpp103 int dir_fd = openat(parent_fd, dir_name, O_CLOEXEC | O_DIRECTORY | O_RDONLY); in scandirat()
/bionic/tests/
Dclang_fortify_tests.cpp285 openat(0, "/", 0, 0, 0); in FORTIFY_TEST()
299 EXPECT_FORTIFY_DEATH(openat(dirfd, target, O_CREAT)); in FORTIFY_TEST()
301 EXPECT_FORTIFY_DEATH(openat(dirfd, target, O_TMPFILE)); in FORTIFY_TEST()
312 EXPECT_NO_DEATH(openat(dirfd, target, O_RDONLY, 0777)); in FORTIFY_TEST()
Dfdtrack_test.cpp212 FDTRACK_TEST(openat, openat(AT_EMPTY_PATH, "/dev/null", O_WRONLY | O_CLOEXEC));
Dfcntl_test.cpp67 fd = openat(AT_FDCWD, "/proc/version", O_RDONLY); in TEST()
/bionic/tests/headers/posix/
Dfcntl_h.c117 FUNCTION(openat, int (*f)(int, const char*, int, ...)); in fcntl_h()
/bionic/libc/include/
Dfcntl.h125 int openat(int __dir_fd, const char* __path, int __flags, ...);
/bionic/libc/tools/
Dposix-2013.txt611 openat
/bionic/libc/
DSYSCALLS.TXT145 int __openat:openat(int, const char*, int, mode_t) all
Dlibc.map.txt712 openat;
/bionic/tools/versioner/platforms/
Dlibc.map.txt712 openat;