Home
last modified time | relevance | path

Searched refs:stat64 (Results 1 – 25 of 58) sorted by relevance

123

/external/chromium_org/sandbox/linux/services/
Dlibc_urandom_override.cc58 struct stat64 *buf);
64 typedef int (*Stat64Function)(const char *path, struct stat64 *buf);
184 struct stat64 *buf) __asm__ ("__xstat64");
187 int xstat64_override(int version, const char *path, struct stat64 *buf) { in xstat64_override()
218 struct stat64 *buf) __asm__ ("stat64");
221 int stat64_override(const char *path, struct stat64 *buf) { in stat64_override()
/external/e2fsprogs/util/
Dcopy_sparse.c92 struct stat64 fileinfo; in copy_sparse_file()
102 if (stat64(src, &fileinfo) < 0) { in copy_sparse_file()
/external/e2fsprogs/misc/
Dutil.c83 struct stat64 s; in check_plausibility()
85 val = stat64(device, &s); in check_plausibility()
Dfilefrag.c260 struct stat64 fileinfo;
290 if (stat64(filename, &fileinfo) < 0) {
Dlsattr.c65 #define STRUCT_STAT struct stat64
Dchattr.c76 #define STRUCT_STAT struct stat64
/external/kernel-headers/original/asm-arm/
Dstat.h56 struct stat64 { struct
/external/elfutils/libdw/
Ddwarf_begin.c101 struct stat64 st;
/external/kernel-headers/original/asm-x86/
Dstat.h33 struct stat64 { struct
/external/kernel-headers/original/asm-mips/
Dstat.h51 struct stat64 { struct
/external/llvm/lib/ExecutionEngine/
DRTDyldMemoryManager.cpp86 if (Name == "stat64") return (void*)(intptr_t)&stat64; in getPointerToNamedFunction()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc120 static void stat64_to_stat(struct stat64 *in, struct stat *out) { in stat64_to_stat()
143 struct stat64 buf64; in internal_stat()
154 struct stat64 buf64; in internal_lstat()
165 struct stat64 buf64; in internal_fstat()
/external/elfutils/tests/
Drun-allfcts.sh43 /usr/include/sys/stat.h:375:stat64
/external/e2fsprogs/lib/blkid/
Dgetsize.c155 struct stat64 st; in blkid_get_dev_size()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_unixos.h571 struct stat64 { struct
590 typedef struct stat64 _MDStat64; argument
594 typedef struct stat64 _MDStat64;
/external/chromium/base/
Dplatform_file_posix.cc26 typedef struct stat64 stat_wrapper_t;
/external/chromium_org/net/base/
Dfile_stream_context_posix.cc33 #define stat stat64
/external/bison/lib/
Dsys_stat.in.h630 # undef stat64
631 # define stat64(name, st) rpl_stat (name, st)
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-ppc32-linux.c735 PRE_REG_READ2(long, "stat64", char *, file_name, struct stat64 *, buf); in PRE()
748 PRE_REG_READ2(long, "lstat64", char *, file_name, struct stat64 *, buf); in PRE()
765 int, dfd, char *, file_name, struct stat64 *, buf); in PRE()
778 PRE_REG_READ2(long, "fstat64", unsigned long, fd, struct stat64 *, buf); in PRE()
/external/strace/
Dfile.c184 # undef stat64
187 # define stat64 libc_stat64 macro
190 # undef stat64
196 # define stat64 hpux_stat64 macro
239 #define stat64 stat macro
1153 struct stat64 { struct
1182 struct stat64 statbuf; in printstat64() argument
/external/e2fsprogs/lib/ext2fs/
Dgetsize.c239 struct stat64 st; in ext2fs_get_device_size2()
/external/stlport/src/details/
Dfstream_stdio.cpp120 # define STAT stat64
Dfstream_unistd.cpp66 # define STAT stat64
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp808 sys::DynamicLibrary::AddSymbol("stat64", (void*)(intptr_t)stat64); in StatSymbols()
809 sys::DynamicLibrary::AddSymbol("\x1stat64", (void*)(intptr_t)stat64); in StatSymbols()
/external/bison/darwin-lib/sys/
Dstat.h942 # undef stat64
943 # define stat64(name, st) rpl_stat (name, st) macro

123