HomeSort by relevance Sort by last modified time
    Searched full:fopen64 (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /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
  /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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libattr.so.1 
libattr.so.1.1.0 
libtic.so 
libtic.so.5 
libtic.so.5.7 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libattr.so.1 
libattr.so.1.1.0 
libtic.so 
libtic.so.5 
libtic.so.5.7 
  /external/chromium_org/third_party/zlib/
BUILD.gn 70 # Mac, Android and the BSDs don't have fopen64, ftello64, or fseeko64. We
zlib.gyp 90 # Mac, Android and the BSDs don't have fopen64, ftello64, or
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/alsa-lib/smixer/
smixer-python.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/alsa-lib/smixer/
smixer-python.so 
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_hotshot.so 
  /prebuilts/tools/linux-x86/emulator/
emulator 
  /prebuilts/android-emulator/linux-x86_64/
emulator 
  /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,

Completed in 550 milliseconds

1 2 3 4 5 6