Home
last modified time | relevance | path

Searched defs:stat64 (Results 1 – 7 of 7) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dstat.h46 struct stat64 { struct
49 unsigned int st_mode;
51 unsigned int st_uid;
52 unsigned int st_gid;
55 long long st_size;
56 int st_blksize;
57 int __pad2;
58 long long st_blocks;
59 int st_atime;
61 int st_mtime;
[all …]
/aosp12/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dstat.h55 struct stat64 { struct
57 unsigned char __pad0[4];
59 unsigned long __st_ino;
60 unsigned int st_mode;
61 unsigned int st_nlink;
62 unsigned long st_uid;
63 unsigned long st_gid;
66 long long st_size;
69 unsigned long st_atime;
71 unsigned long st_mtime;
[all …]
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dstat.h47 struct stat64 { struct
49 unsigned char __pad0[4];
50 unsigned long __st_ino;
51 unsigned int st_mode;
52 unsigned int st_nlink;
53 unsigned long st_uid;
54 unsigned long st_gid;
57 long long st_size;
60 unsigned long st_atime;
62 unsigned long st_mtime;
[all …]
/aosp12/bionic/libc/bionic/
H A Dlfs64_support.cpp40 int (*fn)(const char*, const struct stat64*, int), int nopenfd) { in ftw64()
45 int (*fn)(const char*, const struct stat64*, int, struct FTW*), in nftw64()
/aosp12/packages/modules/Virtualization/authfs/src/
H A Dfusefs.rs115 fn create_stat(ino: libc::ino_t, file_size: u64, file_mode: FileMode) -> io::Result<libc::stat64> { in create_stat()
234 ) -> io::Result<(libc::stat64, Duration)> { in getattr()
334 attr: libc::stat64, in setattr()
337 ) -> io::Result<(libc::stat64, Duration)> { in setattr()
/aosp12/bionic/libc/include/sys/
H A Dstat.h103 struct stat64 { __STAT64_BODY }; struct
/aosp12/packages/modules/Virtualization/zipfuse/src/
H A Dmain.rs131 fn stat_from(&self, inode: Inode) -> io::Result<libc::stat64> { in stat_from()
181 ) -> io::Result<(libc::stat64, std::time::Duration)> { in getattr()