Searched defs:openat64 (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/ndk_musl_include/fortify/ |
D | fcntl.h | 105 int openat64(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags) in openat64() function 117 int openat64(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in openat64() function
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | fcntl.h | 105 int openat64(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags) in openat64() function 117 int openat64(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in openat64() function
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 196 #define openat64 openat macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 204 #define openat64 openat macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 205 #define openat64 openat macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 204 #define openat64 openat macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 205 #define openat64 openat macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 204 #define openat64 openat macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 204 #define openat64 openat macro
|
/third_party/musl/include/ |
D | fcntl.h | 204 #define openat64 openat macro
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1719 pub fn openat64(fd: ::c_int, path: *const c_char, oflag: ::c_int, ...) -> ::c_int; in openat64() function
|