/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
|
/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/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...] |