Home
last modified time | relevance | path

Searched defs:openat (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/bits/fortify/
Dfcntl.h83 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() function
94 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() function
/bionic/libc/bionic/
Dopen.cpp75 int openat(int fd, const char *pathname, int flags, ...) { in openat() function