Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/include/bits/fortify/
Dfcntl.h59 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/
Dopen.cpp51 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()
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()
/bionic/tests/
Dutils.h109 std::string pathname; member
/bionic/libc/arch-arm/
Ddynamic_function_dispatch.cpp68 static long ifunc_open(const char* pathname) { in ifunc_open()
/bionic/libc/system_properties/
Dsystem_properties.cpp53 static bool is_dir(const char* pathname) { in is_dir()
/bionic/libc/kernel/uapi/linux/raid/
Dmd_u.h90 char pathname[4096]; member
/bionic/libc/kernel/uapi/linux/
Dbpf.h302 __aligned_u64 pathname; member