Home
last modified time | relevance | path

Searched refs:__openat_2 (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dfcntl.h81 extern int __openat_2(int, const char *, int);
98 return __openat_2(dirfd, pathname, flags); in openat()
/bionic/libc/unistd/
Dopenat.c54 int __openat_2(int fd, const char *pathname, int flags) in __openat_2() function