/external/kernel-headers/original/uapi/asm-generic/ |
D | stat.h | 49 struct stat64 { struct 50 unsigned long long st_dev; /* Device. */ 51 unsigned long long st_ino; /* File serial number. */ 52 unsigned int st_mode; /* File mode. */ 53 unsigned int st_nlink; /* Link count. */ 54 unsigned int st_uid; /* User ID of the file's owner. */ 55 unsigned int st_gid; /* Group ID of the file's group. */ 56 unsigned long long st_rdev; /* Device number, if device. */ 57 unsigned long long __pad1; 58 long long st_size; /* Size of file, in bytes. */ [all …]
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | stat.h | 57 struct stat64 { struct 58 unsigned long long st_dev; 59 unsigned char __pad0[4]; 62 unsigned long __st_ino; 63 unsigned int st_mode; 64 unsigned int st_nlink; 66 unsigned long st_uid; 67 unsigned long st_gid; 69 unsigned long long st_rdev; 70 unsigned char __pad3[4]; [all …]
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | stat.h | 42 struct stat64 { struct 43 unsigned long long st_dev; 44 unsigned char __pad0[4]; 46 unsigned long __st_ino; 48 unsigned int st_mode; 49 unsigned int st_nlink; 51 unsigned long st_uid; 52 unsigned long st_gid; 54 unsigned long long st_rdev; 55 unsigned char __pad3[4]; [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/fuchsia/ |
D | riscv64.rs | 9 pub type stat64 = stat; typedef
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/fuchsia/ |
D | riscv64.rs | 9 pub type stat64 = stat; typedef
|
/external/rust/android-crates-io/crates/libc/src/fuchsia/ |
D | riscv64.rs | 9 pub type stat64 = stat; typedef
|
/external/strace/ |
D | stat64.c | 41 SYS_FUNC(stat64) in SYS_FUNC() argument
|
D | fetch_struct_stat64.c | 56 struct stat64 {}; struct
|
/external/gptfdisk/ |
D | diskio.cc | 22 #define stat64 stat macro
|
D | diskio.h | 34 #define stat64 stat macro
|
D | diskio-windows.cc | 21 #define stat64 stat macro
|
D | diskio-unix.cc | 42 #define stat64 stat macro
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/emscripten/ |
D | lfs64.rs | 50 buf: *mut ::stat64, in fstatat64() 191 pub unsafe extern "C" fn stat64(pathname: *const ::c_char, statbuf: *mut ::stat64) -> ::c_int { in stat64() function
|
/external/rust/android-crates-io/crates/libc/src/unix/linux_like/emscripten/ |
D | lfs64.rs | 50 buf: *mut ::stat64, in fstatat64() 191 pub unsafe extern "C" fn stat64(pathname: *const ::c_char, statbuf: *mut ::stat64) -> ::c_int { in stat64() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/emscripten/ |
D | lfs64.rs | 50 buf: *mut ::stat64, in fstatat64() 191 pub unsafe extern "C" fn stat64(pathname: *const ::c_char, statbuf: *mut ::stat64) -> ::c_int { in stat64() function
|
/external/rust/android-crates-io/crates/libc/src/unix/linux_like/linux/musl/ |
D | lfs64.rs | 58 buf: *mut ::stat64, in fstatat64() 219 pub unsafe extern "C" fn stat64(pathname: *const ::c_char, statbuf: *mut ::stat64) -> ::c_int { in stat64() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/linux/musl/ |
D | lfs64.rs | 58 buf: *mut ::stat64, in fstatat64() 219 pub unsafe extern "C" fn stat64(pathname: *const ::c_char, statbuf: *mut ::stat64) -> ::c_int { in stat64() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/linux/musl/ |
D | lfs64.rs | 58 buf: *mut ::stat64, in fstatat64() 219 pub unsafe extern "C" fn stat64(pathname: *const ::c_char, statbuf: *mut ::stat64) -> ::c_int { in stat64() function
|
/external/strace/tests-mx32/ |
D | xstatx.c | 66 # define stat64 libc_stat64 macro
|
/external/strace/tests/ |
D | xstatx.c | 66 # define stat64 libc_stat64 macro
|
/external/strace/tests-m32/ |
D | xstatx.c | 66 # define stat64 libc_stat64 macro
|
/external/trusty/musl/include/sys/ |
D | stat.h | 102 #define stat64 stat macro
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/linux/uclibc/x86_64/ |
D | mod.rs | 15 pub type stat64 = stat; typedef
|
/external/rust/android-crates-io/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
D | mod.rs | 15 pub type stat64 = stat; typedef
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/linux/uclibc/x86_64/ |
D | mod.rs | 15 pub type stat64 = stat; typedef
|