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

1 2 3 4 5 6 7 8 9

  /external/zlib/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
ioapi.c 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
miniunz.c 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
minizip.c 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
  /external/stlport/src/
stdio_streambuf.cpp 46 # define FSEEK fseeko64
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 46 # define FSEEK fseeko64
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 167 if (!fseeko64(_M_file, __off, __whence))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 208 #pragma redefine_extname fseeko64 __mfwrap_fseeko64
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 177 if (!fseeko64(_M_file, __off, __whence))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 177 if (!fseeko64(_M_file, __off, __whence))
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 167 if (!fseeko64(_M_file, __off, __whence))
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 167 if (!fseeko64(_M_file, __off, __whence))
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 167 if (!fseeko64(_M_file, __off, __whence))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 752 fseeko64);
755 # define fseeko fseeko64
787 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 752 fseeko64);
755 # define fseeko fseeko64
787 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 752 fseeko64);
755 # define fseeko fseeko64
787 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
  /external/stlport/src/details/
fstream_stdio.cpp 118 # define FSEEK fseeko64
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 118 # define FSEEK fseeko64
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflap.so 
libmudflap.so.0 
libmudflap.so.0.0.0 
libmudflapth.so 
libmudflapth.so.0 
libmudflapth.so.0.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libz.so 

Completed in 249 milliseconds

1 2 3 4 5 6 7 8 9