Home
last modified time | relevance | path

Searched defs:open64 (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/ndk_musl_include/fortify/
Dfcntl.h85 int open64(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags) in open64() function
97 int open64(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in open64() function
/third_party/musl/porting/linux/user/include/fortify/
Dfcntl.h85 int open64(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags) in open64() function
97 int open64(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in open64() function
/third_party/NuttX/fs/vfs/
Dfs_open.c363 int open64 (const char *__path, int __oflag, ...) in open64() function
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h203 #define open64 open macro
/third_party/musl/ndk_musl_include/
Dfcntl.h204 #define open64 open macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h203 #define open64 open macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h204 #define open64 open macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h203 #define open64 open macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h203 #define open64 open macro
/third_party/musl/include/
Dfcntl.h203 #define open64 open macro
/third_party/pulseaudio/src/utils/
Dpadsp.c2577 int open64(const char *filename, int flags, ...) { function
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1718 pub fn open64(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; in open64() function