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

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

Completed in 237 milliseconds