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

  /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)
  /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.
48 #define fopen64 fopen macro
53 #define fopen64 fopen macro
minizip.c 145 ftestexist = fopen64(filename,"rb");
176 FILE * fin = fopen64(filenameinzip,"rb");
214 FILE* pFile = fopen64(filename, "rb");
450 fin = fopen64(filenameinzip,"rb");
miniunz.c 367 ftestexist = fopen64(write_filename,"rb");
398 fout=fopen64(write_filename,"wb");
408 fout=fopen64(write_filename,"wb");
ioapi.c 115 file = fopen64((const char*)filename, mode_fopen);
  /external/chromium_org/sandbox/linux/services/
libc_urandom_override.cc 76 dlsym(RTLD_NEXT, "fopen64"));
82 LOG(WARNING) << "Failed to get fopen64() from libc. Using fopen() instead.";
114 // fopen() and fopen64() are intercepted here so that NSS can open
118 // fopen() call may be redirected to fopen64() in stdio.h using
119 // __REDIRECT(), which sets asm name for fopen() to "fopen64". This
144 FILE* fopen64(const char* path, const char* mode) { function in namespace:sandbox
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdio.h 261 __const char *__restrict __modes), fopen64)
268 # define fopen fopen64
274 extern FILE *fopen64 (__const char *__restrict __filename,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 261 __const char *__restrict __modes), fopen64)
268 # define fopen fopen64
274 extern FILE *fopen64 (__const char *__restrict __filename,
  /external/stlport/src/details/
fstream_stdio.cpp 117 # define FOPEN fopen64
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 117 # define FOPEN fopen64
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 285 /// FILE *fopen64(const char *filename, const char *opentype)
286 fopen64, enumerator in enum:llvm::LibFunc::Func
  /external/strace/
unwind.c 33 # define fopen_for_input fopen64
strace.c 453 # define fopen_for_output fopen64
    [all...]
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 153 "fopen64",
664 TLI.setUnavailable(LibFunc::fopen64);
  /external/ltrace/etc/
libc.so.conf 217 file fopen64(string,string);
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 450 FILE *fopen64(const char * __restrict__ filename,const char * __restrict__ mode);
    [all...]

Completed in 420 milliseconds