Searched defs:pathname (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | fcntl.h | 59 int open(const char* const __pass_object_size pathname, int flags) in open() 70 int open(const char* const __pass_object_size pathname, int flags, mode_t modes) in open() 83 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 94 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 109 int open64(const char* const __pass_object_size pathname, int flags) in open64() 116 int open64(const char* const __pass_object_size pathname, int flags, mode_t modes) in open64() 129 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 136 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|
/bionic/libc/bionic/ |
D | open.cpp | 51 int creat(const char* pathname, mode_t mode) { in creat() 56 int open(const char* pathname, int flags, ...) { in open() 70 int __open_2(const char* pathname, int flags) { in __open_2() 75 int openat(int fd, const char *pathname, int flags, ...) { in openat() 89 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/tests/ |
D | utils.h | 109 std::string pathname; member
|
/bionic/libc/arch-arm/ |
D | dynamic_function_dispatch.cpp | 68 static long ifunc_open(const char* pathname) { in ifunc_open()
|
/bionic/libc/system_properties/ |
D | system_properties.cpp | 53 static bool is_dir(const char* pathname) { in is_dir()
|
/bionic/libc/kernel/uapi/linux/raid/ |
D | md_u.h | 90 char pathname[4096]; member
|
/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 302 __aligned_u64 pathname; member
|