Searched defs:pathname (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/bionic/ |
D | open.cpp | 46 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()
|
D | faccessat.cpp | 35 int faccessat(int dirfd, const char* pathname, int mode, int flags) { in faccessat()
|
D | fchmodat.cpp | 39 int fchmodat(int dirfd, const char* pathname, mode_t mode, int flags) { in fchmodat()
|
/bionic/libc/include/ |
D | fcntl.h | 97 int open(const char* pathname, int flags, ...) { in open() 116 int openat(int dirfd, const char* pathname, int flags, ...) { in openat()
|
/bionic/tests/ |
D | utils.h | 35 std::string pathname; member
|
/bionic/libc/arch-mips64/bionic/ |
D | stat.cpp | 83 int fstatat(int dirfd, const char* pathname, struct stat* buf, int flags) { in fstatat()
|
/bionic/libc/kernel/uapi/linux/raid/ |
D | md_u.h | 106 char pathname[4096]; member
|