Searched defs:open64 (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/ndk_musl_include/fortify/ |
D | fcntl.h | 85 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/ |
D | fcntl.h | 85 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/ |
D | fs_open.c | 363 int open64 (const char *__path, int __oflag, ...) in open64() function
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 203 #define open64 open macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 204 #define open64 open macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 203 #define open64 open macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 204 #define open64 open macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 203 #define open64 open macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 203 #define open64 open macro
|
/third_party/musl/include/ |
D | fcntl.h | 203 #define open64 open macro
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 2577 int open64(const char *filename, int flags, ...) { function
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1718 pub fn open64(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; in open64() function
|