Home
last modified time | relevance | path

Searched defs:openat64 (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/ndk_musl_include/fortify/
Dfcntl.h105 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/
Dfcntl.h105 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/
Dfcntl.h196 #define openat64 openat macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h204 #define openat64 openat macro
/third_party/musl/ndk_musl_include/
Dfcntl.h205 #define openat64 openat macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h204 #define openat64 openat macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h205 #define openat64 openat macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h204 #define openat64 openat macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h204 #define openat64 openat macro
/third_party/musl/include/
Dfcntl.h204 #define openat64 openat macro
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1719 pub fn openat64(fd: ::c_int, path: *const c_char, oflag: ::c_int, ...) -> ::c_int; in openat64() function