HomeSort by relevance Sort by last modified time
    Searched defs:fseeko64 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/zlib/contrib/minizip/
ioapi.h 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
50 #define fseeko64 fseek macro
56 #define fseeko64 _fseeki64 macro
59 #define fseeko64 fseek macro
  /external/zlib/src/contrib/minizip/
ioapi.h 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
51 #define fseeko64 fseek macro
56 #define fseeko64 fseeko macro
62 #define fseeko64 _fseeki64 macro
65 #define fseeko64 fseek macro
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 274 /// int fseeko64(FILE *stream, off64_t offset, int whence)
275 fseeko64, enumerator in enum:llvm::LibFunc::Func

Completed in 57 milliseconds