Searched refs:openat (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/include/ |
D | fcntl.h | 63 extern int openat(int, const char*, int, ...); 88 extern int __openat_real(int, const char*, int, ...) __RENAME(openat); 116 int openat(int dirfd, const char* pathname, int flags, ...) { in openat() function
|
/bionic/libc/bionic/ |
D | open.cpp | 73 int openat(int fd, const char *pathname, int flags, ...) { in openat() function 85 __strong_alias(openat64, openat);
|
D | fchmodat.cpp | 50 int fd = openat(dirfd, pathname, O_PATH | O_NOFOLLOW | O_CLOEXEC); in fchmodat()
|
/bionic/tests/ |
D | fcntl_test.cpp | 57 fd = openat(AT_FDCWD, "/proc/version", O_RDONLY); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 611 openat
|
/bionic/libc/ |
D | libc.map | 812 openat;
|
D | SYSCALLS.TXT | 132 int __openat:openat(int, const char*, int, mode_t) all
|