Searched refs:openat (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | fcntl.h | 39 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/ |
D | open.cpp | 75 int openat(int fd, const char *pathname, int flags, ...) { in openat() function 87 __strong_alias(openat64, openat);
|
D | fchmodat.cpp | 50 ScopedFd fd(openat(dirfd, pathname, O_PATH | O_NOFOLLOW | O_CLOEXEC)); in fchmodat()
|
D | scandir.cpp | 99 int dir_fd = openat(parent_fd, dir_name, O_CLOEXEC | O_DIRECTORY | O_RDONLY); in scandirat()
|
/bionic/tests/ |
D | clang_fortify_tests.cpp | 259 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()
|
D | fdtrack_test.cpp | 233 FDTRACK_TEST(openat, openat(AT_EMPTY_PATH, "/dev/null", O_WRONLY | O_CLOEXEC));
|
D | fcntl_test.cpp | 74 fd = openat(AT_FDCWD, "/proc/version", O_RDONLY); in TEST()
|
/bionic/tests/headers/posix/ |
D | fcntl_h.c | 121 FUNCTION(openat, int (*f)(int, const char*, int, ...)); in fcntl_h()
|
/bionic/libc/include/ |
D | fcntl.h | 123 int openat(int __dir_fd, const char* _Nonnull __path, int __flags, ...);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 611 openat
|
/bionic/libc/ |
D | SYSCALLS.TXT | 154 int __openat:openat(int, const char*, int, mode_t) all
|
D | libc.map.txt | 712 openat;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 712 openat;
|