Searched defs:pathname (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/unistd/
H A Dcreat.c31 int creat(const char* pathname, mode_t mode) argument
33 return open(pathname, O_WRONLY|O_TRUNC|O_CREAT, mode);
H A Dopen.c34 int open(const char *pathname, int flags, ...) argument
49 return __open(pathname, flags, mode);
H A Dopenat.c34 int openat(int fd, const char *pathname, int flags, ...) argument
49 return __openat(fd, pathname, flags, mode);
/bionic/libc/kernel/common/linux/raid/
H A Dmd_u.h100 char pathname[4096]; member in struct:mdu_bitmap_file_s

Completed in 78 milliseconds