Searched defs:open64 (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/bionic-fixup/
H A DAndroidFixup.h42 /* workaround for open64 */
43 #define open64(path, flags) open(path, ((flags) | O_LARGEFILE)) macro
/external/elfutils/host-darwin-fixup/
H A DAndroidFixup.h78 /* workaround for open64 */
79 #define open64(path, flags) open(path, flags) macro
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h397 /// int open64(const char *filename, int flags[, mode_t mode])
398 open64, enumerator in enum:llvm::LibFunc::Func

Completed in 83 milliseconds