Searched defs:pathname (Results 1 – 10 of 10) sorted by relevance
| /bionic/libc/bionic/ |
| D | open.cpp | 50 int creat(const char* pathname, mode_t mode) { in creat() 55 int open(const char* pathname, int flags, ...) { in open() 69 int __open_2(const char* pathname, int flags) { in __open_2() 74 int openat(int fd, const char *pathname, int flags, ...) { in openat() 88 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/bits/fortify/ |
| D | fcntl.h | 60 int open(const char* const __pass_object_size pathname, int flags) in open() 67 int open(const char* const __pass_object_size pathname, int flags, mode_t modes) in open() 80 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat()
|
| /bionic/libc/arch-mips64/bionic/ |
| D | stat.cpp | 83 int fstatat(int dirfd, const char* pathname, struct stat* buf, int flags) { in fstatat()
|
| /bionic/tests/ |
| D | utils.h | 94 std::string pathname; member
|
| /bionic/libc/system_properties/ |
| D | system_properties.cpp | 53 static bool is_dir(const char* pathname) { in is_dir()
|
| /bionic/libc/arch-arm/ |
| D | dynamic_function_dispatch.cpp | 66 static long ifunc_open(const char* pathname) { in ifunc_open()
|
| /bionic/libc/kernel/uapi/linux/raid/ |
| D | md_u.h | 90 char pathname[4096]; member
|
| /bionic/libc/kernel/uapi/linux/ |
| D | bpf.h | 247 __aligned_u64 pathname; member
|