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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/esound/
libesddsp.so.0 
libesddsp.so.0.2.38 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/esound/
libesddsp.so.0 
libesddsp.so.0.2.38 
  /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)
  /external/chromium_org/third_party/zlib/
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);
  /external/chromium_org/tools/gn/secondary/third_party/zlib/
BUILD.gn 72 # Mac, Android and the BSDs don't have fopen64, ftello64, or fseeko64. We
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
lto-wrapper 
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
lto-wrapper 
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/
i686-linux-elfedit 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
lto-wrapper 
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/
mipsel-linux-android-elfedit 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/
i686-linux-android-elfedit 

Completed in 546 milliseconds

1 2 3 4 5 6 7 8 91011>>