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/kernel-headers/original/uapi/asm-generic/
H A Dstat.h9 * stat64 is copied from powerpc64, with explicit padding added.
14 * 32 bit architectures use the stat64 interface. Note that we don't
46 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */
48 struct stat64 { struct
/external/elfutils/0.153/libdw/
H A Ddwarf_begin.c100 struct stat64 st;
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dstat.h51 /* This matches struct stat64 in glibc2.1, hence the absolutely
56 struct stat64 { struct
/external/f2fs-tools/tools/
H A Dfibmap.c32 void print_stat(struct stat64 *st)
47 void stat_bdev(struct stat64 *st, unsigned int *start_lba)
88 struct stat64 st;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_linux.cc72 COMPILER_CHECK(struct_kernel_stat64_sz == sizeof(struct stat64));
H A Dsanitizer_linux.cc162 static void stat64_to_stat(struct stat64 *in, struct stat *out) {
190 struct stat64 buf64;
191 int res = internal_syscall(SYSCALL(stat64), path, &buf64);
206 struct stat64 buf64;
217 struct stat64 buf64;
/external/elfutils/0.153/libdwfl/
H A Dfind-debuginfo.c61 try_open (const struct stat64 *main_stat,
77 struct stat64 st;
183 struct stat64 main_stat;
185 : file_name != NULL ? stat64 (file_name, &main_stat)
/external/kernel-headers/original/uapi/asm-mips/asm/
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/kernel-headers/original/uapi/asm-x86/asm/
H A Dstat.h38 /* This matches struct stat64 in glibc2.1, hence the absolutely
41 struct stat64 { struct
/external/e2fsprogs/util/
H A Dcopy_sparse.c92 struct stat64 fileinfo;
102 if (stat64(src, &fileinfo) < 0) {
/external/e2fsprogs/misc/
H A De4defrag.c270 struct stat64 sb;
272 if (stat64(devname, &sb) < 0) {
285 struct stat64 ms;
291 if (stat64(mnt->mnt_fsname, &ms) < 0)
395 const struct stat64 *buf, int flag EXT2FS_ATTR((unused)),
568 * @buf: a pointer of the struct stat64.
573 static int file_check(int fd, const struct stat64 *buf, const char *file,
1084 * @buf: the pointer of the struct stat64.
1088 static int file_statistic(const char *file, const struct stat64 *buf,
1348 * @buf: pointer of the struct stat64
[all...]
H A Dlsattr.c65 #define STRUCT_STAT struct stat64
H A Dchattr.c76 #define STRUCT_STAT struct stat64
/external/chromium_org/base/files/
H A Dfile.h41 typedef struct stat64 stat_wrapper_t;
/external/e2fsprogs/lib/blkid/
H A Dgetsize.c163 struct stat64 st;
/external/llvm/lib/ExecutionEngine/
H A DRTDyldMemoryManager.cpp230 if (Name == "stat64") return (uint64_t)&stat64;
/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/stlport/src/details/
H A Dfstream_stdio.cpp120 # define STAT stat64
H A Dfstream_unistd.cpp66 # define STAT stat64
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-arm-linux.c383 // XXX: lstat64/fstat64/stat64 are generic, but not necessarily
390 PRE_REG_READ2(long, "lstat64", char *, file_name, struct stat64 *, buf);
406 PRE_REG_READ2(long, "stat64", char *, file_name, struct stat64 *, buf);
407 PRE_MEM_RASCIIZ( "stat64(file_name)", ARG1 );
408 PRE_MEM_WRITE( "stat64(buf)", ARG2, sizeof(struct vki_stat64) );
420 int, dfd, char *, file_name, struct stat64 *, buf);
433 PRE_REG_READ2(long, "fstat64", unsigned long, fd, struct stat64 *, buf);
H A Dsyswrap-mips32-linux.c574 // XXX: lstat64/fstat64/stat64 are generic, but not necessarily
582 PRE_REG_READ2 (long, "lstat64", char *, file_name, struct stat64 *, buf);
599 PRE_REG_READ2 (long, "stat64", char *, file_name, struct stat64 *, buf);
600 PRE_MEM_RASCIIZ ("stat64(file_name)", ARG1);
601 PRE_MEM_WRITE ("stat64(buf)", ARG2, sizeof (struct vki_stat64));
614 struct stat64 *, buf);
627 PRE_REG_READ2 (long, "fstat64", unsigned long, fd, struct stat64 *, buf);
H A Dsyswrap-ppc32-linux.c461 // XXX: lstat64/fstat64/stat64 are generic, but not necessarily
468 PRE_REG_READ2(long, "stat64", char *, file_name, struct stat64 *, buf);
469 PRE_MEM_RASCIIZ( "stat64(file_name)", ARG1 );
470 PRE_MEM_WRITE( "stat64(buf)", ARG2, sizeof(struct vki_stat64) );
481 PRE_REG_READ2(long, "lstat64", char *, file_name, struct stat64 *, buf);
498 int, dfd, char *, file_name, struct stat64 *, buf);
511 PRE_REG_READ2(long, "fstat64", unsigned long, fd, struct stat64 *, buf);
840 PRE_MEM_RASCIIZ("stat64(filename)", ARG1);
/external/strace/
H A Dfile.c100 struct stat64 { struct
175 #define stat64 libc_stat64 macro
178 #undef stat64 macro
878 * `struct stat64'. Its <asm-i386/stat.h> definition expects 32-bit `long'.
883 * needs `struct stat64' (which also expects a 32-bit `long' but which
886 struct stat64 { struct
924 struct stat64 statbuf;
1102 struct stat64 statbuf;

Completed in 834 milliseconds

123