Searched refs:stat64 (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/sandbox/linux/services/
H A Dlibc_urandom_override.cc58 struct stat64 *buf);
64 typedef int (*Stat64Function)(const char *path, struct stat64 *buf);
103 dlsym(RTLD_NEXT, "stat64"));
109 LOG(FATAL) << "Failed to get stat64() from libc.";
184 struct stat64 *buf) __asm__ ("__xstat64");
187 int xstat64_override(int version, const char *path, struct stat64 *buf) {
218 struct stat64 *buf) __asm__ ("stat64");
221 int stat64_override(const char *path, struct stat64 *buf) {
/external/elfutils/libdw/
H A Ddwarf_begin.c101 struct stat64 st;
/external/kernel-headers/original/asm-arm/
H A Dstat.h51 /* This matches struct stat64 in glibc2.1, hence the absolutely
56 struct stat64 { struct
/external/kernel-headers/original/asm-x86/
H A Dstat.h30 /* This matches struct stat64 in glibc2.1, hence the absolutely
33 struct stat64 { struct
/external/kernel-headers/original/asm-mips/
H A Dstat.h46 * This matches struct stat64 in glibc2.1, hence the absolutely insane
51 struct stat64 { struct
91 /* The memory layout is the same as of struct stat64 of the 32-bit kernel. */
/external/llvm/lib/ExecutionEngine/
H A DRTDyldMemoryManager.cpp86 if (Name == "stat64") return (void*)(intptr_t)&stat64;
/external/e2fsprogs/util/
H A Dcopy_sparse.c92 struct stat64 fileinfo;
102 if (stat64(src, &fileinfo) < 0) {
/external/elfutils/tests/
H A Drun-allfcts.sh43 /usr/include/sys/stat.h:375:stat64
/external/e2fsprogs/misc/
H A Dutil.c83 struct stat64 s;
85 val = stat64(device, &s);
H A Dlsattr.c65 #define STRUCT_STAT struct stat64
H A Dfilefrag.c260 struct stat64 fileinfo;
290 if (stat64(filename, &fileinfo) < 0) {
H A Dchattr.c76 #define STRUCT_STAT struct stat64
/external/chromium/base/
H A Dplatform_file_posix.cc26 typedef struct stat64 stat_wrapper_t;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc120 static void stat64_to_stat(struct stat64 *in, struct stat *out) {
143 struct stat64 buf64;
154 struct stat64 buf64;
165 struct stat64 buf64;
/external/e2fsprogs/lib/blkid/
H A Dgetsize.c155 struct stat64 st;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_unixos.h571 struct stat64 { struct
590 typedef struct stat64 _MDStat64;
594 typedef struct stat64 _MDStat64;
/external/bison/lib/
H A Dsys_stat.in.h628 /* With _LARGE_FILES defined, AIX (only) defines stat to stat64,
629 so we have to replace stat64() instead of stat(). */
630 # undef stat64
631 # define stat64(name, st) rpl_stat (name, st)
/external/chromium_org/net/base/
H A Dfile_stream_context_posix.cc33 #define stat stat64
/external/e2fsprogs/lib/ext2fs/
H A Dgetsize.c239 struct stat64 st;
/external/stlport/src/details/
H A Dfstream_stdio.cpp120 # define STAT stat64
H A Dfstream_unistd.cpp66 # define STAT stat64
/external/bison/darwin-lib/sys/
H A Dstat.h940 /* With _LARGE_FILES defined, AIX (only) defines stat to stat64,
941 so we have to replace stat64() instead of stat(). */
942 # undef stat64 macro
943 # define stat64(name, st) rpl_stat (name, st) macro
/external/bison/linux-lib/sys/
H A Dstat.h940 /* With _LARGE_FILES defined, AIX (only) defines stat to stat64,
941 so we have to replace stat64() instead of stat(). */
942 # undef stat64
943 # define stat64(name, st) rpl_stat (name, st)
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp808 sys::DynamicLibrary::AddSymbol("stat64", (void*)(intptr_t)stat64);
809 sys::DynamicLibrary::AddSymbol("\x1stat64", (void*)(intptr_t)stat64);
/external/e2fsprogs/resize/
H A Dmain.c168 struct stat64 st_buf;

Completed in 1296 milliseconds

123