Searched refs:fopen64 (Results 1 - 17 of 17) sorted by relevance

/external/zlib/src/contrib/minizip/
H A Dioapi.h14 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
H A Dioapi.c23 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
H A Dminizip.c37 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
H A Dminiunz.c36 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dioapi.h14 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
H A Dminizip.c145 ftestexist = fopen64(filename,"rb");
176 FILE * fin = fopen64(filenameinzip,"rb");
214 FILE* pFile = fopen64(filename, "rb");
450 fin = fopen64(filenameinzip,"rb");
H A Dminiunz.c367 ftestexist = fopen64(write_filename,"rb");
398 fout=fopen64(write_filename,"wb");
408 fout=fopen64(write_filename,"wb");
H A Dioapi.c115 file = fopen64((const char*)filename, mode_fopen);
/external/chromium_org/sandbox/linux/services/
H A Dlibc_urandom_override.cc76 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/stlport/src/details/
H A Dfstream_stdio.cpp117 # define FOPEN fopen64
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h285 /// FILE *fopen64(const char *filename, const char *opentype)
286 fopen64, enumerator in enum:llvm::LibFunc::Func
/external/strace/
H A Dunwind.c33 # define fopen_for_input fopen64
H A Dstrace.c453 # define fopen_for_output fopen64
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp153 "fopen64",
664 TLI.setUnavailable(LibFunc::fopen64);
/external/ltrace/etc/
H A Dlibc.so.conf217 file fopen64(string,string);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4450 INTERCEPTOR(__sanitizer_FILE *, fopen64, const char *path, const char *mode) {
4452 COMMON_INTERCEPTOR_ENTER(ctx, fopen64, path, mode);
4455 __sanitizer_FILE *res = REAL(fopen64)(path, mode);
4473 COMMON_INTERCEPT_FUNCTION(fopen64); \
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1619 case LibFunc::fopen64:

Completed in 4282 milliseconds