HomeSort by relevance Sort by last modified time
    Searched refs:fopen64 (Results 1 - 12 of 12) sorted by null

  /external/strace/
largefile_wrappers.h 38 # define fopen_stream fopen64
configure     [all...]
  /external/zlib/src/contrib/minizip/
ioapi.h 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
49 #define fopen64 fopen macro
54 #define fopen64 fopen macro
59 #define fopen64 fopen macro
ioapi.c 23 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
minizip.c 37 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
miniunz.c 36 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
  /bionic/libc/include/
stdio.h 213 FILE* fopen64(const char* __path, const char* __mode) __INTRODUCED_IN(24);
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 384 TLI.setUnavailable(LibFunc::fopen64);
851 case LibFunc::fopen64:
    [all...]
  /external/elfutils/libdwfl/
linux-kernel-modules.c 59 #define fopen fopen64
  /bionic/libc/stdio/
stdio.cpp 274 __strong_alias(fopen64, fopen);
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 641 case LibFunc::fopen64:
    [all...]
  /bionic/tests/
stdio_test.cpp     [all...]

Completed in 2181 milliseconds