Searched refs:openat (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/include/ |
D | fcntl.h | 71 extern int openat(int, const char*, int, ...); 87 extern int __openat_real(int, const char*, int, ...) __RENAME(openat); 115 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);
|
/bionic/tests/ |
D | fcntl_test.cpp | 57 fd = openat(AT_FDCWD, "/proc/version", O_RDONLY); in TEST()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 132 int __openat:openat(int, const char*, int, mode_t) all
|