Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dopen.cpp50 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()
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/libc/include/bits/fortify/
Dfcntl.h60 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/
Dstat.cpp83 int fstatat(int dirfd, const char* pathname, struct stat* buf, int flags) { in fstatat()
/bionic/tests/
Dutils.h94 std::string pathname; member
/bionic/libc/system_properties/
Dsystem_properties.cpp53 static bool is_dir(const char* pathname) { in is_dir()
/bionic/libc/arch-arm/
Ddynamic_function_dispatch.cpp66 static long ifunc_open(const char* pathname) { in ifunc_open()
/bionic/libc/kernel/uapi/linux/raid/
Dmd_u.h90 char pathname[4096]; member
/bionic/libc/kernel/uapi/linux/
Dbpf.h247 __aligned_u64 pathname; member