Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 9 of 9) 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()
Dsystem_properties.cpp993 static bool is_dir(const char* pathname) { in is_dir()
/bionic/libc/include/
Dfcntl.h101 int open(const char* pathname, int flags, ...) { in open()
120 int openat(int dirfd, const char* pathname, int flags, ...) { in openat()
/bionic/tests/
Dutils.h46 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.h107 char pathname[4096]; member
/bionic/libc/kernel/uapi/linux/
Dbpf.h139 __aligned_u64 pathname; member