Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 3 of 3) 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()
/bionic/libc/include/
Dfcntl.h96 int open(const char* pathname, int flags, ...) { in open()
115 int openat(int dirfd, const char* pathname, int flags, ...) { in openat()
/bionic/libc/kernel/uapi/linux/raid/
Dmd_u.h109 char pathname[4096]; member