HomeSort by relevance Sort by last modified time
    Searched defs:stat64 (Results 1 - 25 of 29) sorted by null

1 2

  /external/strace/
fetch_struct_stat64.c 56 struct stat64 {}; struct
59 typedef struct stat64 struct_stat64;
  /external/gptfdisk/
diskio.cc 24 #define stat64 stat macro
diskio.h 34 #define stat64 stat macro
diskio-windows.cc 21 #define stat64 stat macro
  /libcore/ojluni/src/main/native/
FileKey.c 37 #define stat64 stat macro
57 struct stat64 fbuf;
FileDispatcherImpl.c 49 #define stat64 stat macro
173 struct stat64 fbuf;
UnixFileSystem_md.c 50 #define stat64 stat macro
106 struct stat64 sb;
107 if (stat64(path, &sb) == 0) {
223 struct stat64 sb;
224 if (stat64(path, &sb) == 0) {
239 struct stat64 sb;
240 if (stat64(path, &sb) == 0) {
405 struct stat64 sb;
407 if (stat64(path, &sb) == 0) {
  /bionic/libc/include/sys/
stat.h 118 struct stat64 { __STAT64_BODY }; struct
159 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
161 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(fstatat, 3, 21);
163 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
165 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
  /bionic/libc/kernel/uapi/asm-arm/asm/
stat.h 55 struct stat64 { struct
  /bionic/libc/kernel/uapi/asm-generic/
stat.h 46 struct stat64 { struct
  /bionic/libc/kernel/uapi/asm-mips/asm/
stat.h 46 struct stat64 { struct
  /external/kernel-headers/original/uapi/asm-generic/
stat.h 10 * stat64 is copied from powerpc64, with explicit padding added.
15 * 32 bit architectures use the stat64 interface. Note that we don't
47 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */
49 struct stat64 { struct
  /external/kernel-headers/original/uapi/asm-mips/asm/
stat.h 47 * This matches struct stat64 in glibc2.1, hence the absolutely insane
52 struct stat64 { struct
92 /* The memory layout is the same as of struct stat64 of the 32-bit kernel. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
stat.h 9 * 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
stat.h 30 /* This matches struct stat64 in glibc2.1, hence the absolutely
33 struct stat64 { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
stat.h 30 /* This matches struct stat64 in glibc2.1, hence the absolutely
33 struct stat64 { struct
  /bionic/libc/kernel/uapi/asm-x86/asm/
stat.h 47 struct stat64 { struct
  /external/kernel-headers/original/uapi/asm-arm/asm/
stat.h 52 /* This matches struct stat64 in glibc2.1, hence the absolutely
57 struct stat64 { struct
  /external/kernel-headers/original/uapi/asm-x86/asm/
stat.h 39 /* This matches struct stat64 in glibc2.1, hence the absolutely
42 struct stat64 { struct
  /external/strace/tests/
xstatx.c 66 # define stat64 libc_stat64 macro
70 # undef stat64 macro
  /external/strace/tests-m32/
xstatx.c 66 # define stat64 libc_stat64 macro
70 # undef stat64 macro
  /external/strace/tests-mx32/
xstatx.c 66 # define stat64 libc_stat64 macro
70 # undef stat64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 92 #define stat64 _stat64 /* for POSIX */ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stat.h 96 struct stat64 struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stat.h 118 /* Note stat64 has the same shape as stat for x86-64. */
119 struct stat64 struct

Completed in 743 milliseconds

1 2