Home
last modified time | relevance | path

Searched refs:openat (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/include/
Dfcntl.h70 int openat(int, const char*, int, ...) __overloadable
71 __RENAME_CLANG(openat);
103 int __openat_real(int, const char*, int, ...) __RENAME(openat);
140 int openat(int dirfd, const char* pathname, int flags) __overloadable
145 int openat(int dirfd, const char* pathname, int flags, mode_t modes, ...)
150 int openat(int dirfd, const char* const __pass_object_size pathname, in openat() function
156 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, in openat() function
187 int openat(int dirfd, const char* pathname, int flags, ...) { in openat() function
/bionic/libc/bionic/
Dopen.cpp73 int openat(int fd, const char *pathname, int flags, ...) { in openat() function
85 __strong_alias(openat64, openat);
Dfchmodat.cpp50 int fd = openat(dirfd, pathname, O_PATH | O_NOFOLLOW | O_CLOEXEC); in fchmodat()
Dscandir.cpp103 int dir_fd = openat(parent_fd, dir_name, O_CLOEXEC | O_DIRECTORY | O_RDONLY); in scandirat()
/bionic/tests/
Dfcntl_test.cpp66 fd = openat(AT_FDCWD, "/proc/version", O_RDONLY); in TEST()
/bionic/libc/tools/
Dposix-2013.txt611 openat
/bionic/libc/
DSYSCALLS.TXT141 int __openat:openat(int, const char*, int, mode_t) all
Dlibc.mips64.map634 openat;
Dlibc.x86_64.map634 openat;
Dlibc.arm64.map634 openat;
Dlibc.x86.map683 openat;
Dlibc.mips.map685 openat;
Dlibc.arm.map687 openat;
Dlibc.map.txt711 openat;