Home
last modified time | relevance | path

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

/external/elfutils/bionic-fixup/
DAndroidFixup.h43 #define open64(path, flags) open(path, ((flags) | O_LARGEFILE)) macro
/external/elfutils/host-darwin-fixup/
DAndroidFixup.h79 #define open64(path, flags) open(path, flags) macro