Searched defs:fopen64 (Results 1 - 4 of 4) sorted by relevance

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

Completed in 2211 milliseconds