Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/bionic/
Dopen.cpp46 int creat(const char* pathname, mode_t mode) { in creat()
51 int open(const char* pathname, int flags, ...) { in open()
65 int __open_2(const char* pathname, int flags) { in __open_2()
73 int openat(int fd, const char *pathname, int flags, ...) { in openat()
87 int __openat_2(int fd, const char* pathname, int flags) { in __openat_2()
Dfaccessat.cpp35 int faccessat(int dirfd, const char* pathname, int mode, int flags) { in faccessat()
Dfchmodat.cpp39 int fchmodat(int dirfd, const char* pathname, mode_t mode, int flags) { in fchmodat()
/bionic/libc/include/
Dfcntl.h97 int open(const char* pathname, int flags, ...) { in open()
116 int openat(int dirfd, const char* pathname, int flags, ...) { in openat()
/bionic/tests/
Dutils.h35 std::string pathname; member
/bionic/libc/arch-mips64/bionic/
Dstat.cpp83 int fstatat(int dirfd, const char* pathname, struct stat* buf, int flags) { in fstatat()
/bionic/libc/kernel/uapi/linux/raid/
Dmd_u.h106 char pathname[4096]; member