Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Db64.rs3 pub struct stat { struct
4 pub st_dev: ::dev_t,
5 pub st_ino: ::ino_t,
29 impl ::Copy for ::stat {} argument
30 impl ::Clone for ::stat { implementation
31 fn clone(&self) -> ::stat { in clone()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Db64.rs3 pub struct stat { struct
4 pub st_dev: ::dev_t,
5 pub st_ino: ::ino_t,
29 impl ::Copy for ::stat {} argument
30 impl ::Clone for ::stat { implementation
31 fn clone(&self) -> ::stat { in clone()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
Db64.rs3 pub struct stat { struct
4 pub st_dev: ::dev_t,
5 pub st_ino: ::ino_t,
29 impl ::Copy for ::stat {} argument
30 impl ::Clone for ::stat { implementation
31 fn clone(&self) -> ::stat { in clone()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
Db64.rs3 pub struct stat { struct
27 impl ::Copy for ::stat {} argument
28 impl ::Clone for ::stat { implementation
29 fn clone(&self) -> ::stat { in clone()
/external/musl/arch/mips/bits/
Dstat.h4 struct stat { struct
5 dev_t st_dev;
6 long __st_padding1[2];
7 ino_t st_ino;
8 mode_t st_mode;
9 nlink_t st_nlink;
10 uid_t st_uid;
11 gid_t st_gid;
12 dev_t st_rdev;
13 long __st_padding2[2];
[all …]
/external/musl/arch/mipsn32/bits/
Dstat.h1 struct stat { struct
2 dev_t st_dev;
3 long __pad1[2];
4 ino_t st_ino;
5 mode_t st_mode;
6 nlink_t st_nlink;
7 uid_t st_uid;
8 gid_t st_gid;
9 dev_t st_rdev;
10 long __pad2[2];
[all …]
/external/strace/linux/x86_64/
Dasm_stat.h5 # define stat redirect_kernel_stat macro
16 struct stat { struct
17 kernel_ulong_t st_dev;
18 kernel_ulong_t st_ino;
19 kernel_ulong_t st_nlink;
20 unsigned int st_mode;
21 unsigned int st_uid;
22 unsigned int st_gid;
23 unsigned int pad0__;
24 kernel_ulong_t st_rdev;
[all …]
/external/musl/arch/or1k/bits/
Dstat.h4 struct stat { struct
5 dev_t st_dev;
6 ino_t st_ino;
7 mode_t st_mode;
8 nlink_t st_nlink;
9 uid_t st_uid;
10 gid_t st_gid;
11 dev_t st_rdev;
12 long long __st_rdev_padding;
13 off_t st_size;
[all …]
/external/musl/arch/m68k/bits/
Dstat.h4 struct stat { struct
5 dev_t st_dev;
6 short __st_dev_padding;
7 long __st_ino_truncated;
8 mode_t st_mode;
9 nlink_t st_nlink;
10 uid_t st_uid;
11 gid_t st_gid;
12 dev_t st_rdev;
13 short __st_rdev_padding;
[all …]
/external/musl/arch/sh/bits/
Dstat.h4 struct stat { struct
5 dev_t st_dev;
6 int __st_dev_padding;
7 long __st_ino_truncated;
8 mode_t st_mode;
9 nlink_t st_nlink;
10 uid_t st_uid;
11 gid_t st_gid;
12 dev_t st_rdev;
13 int __st_rdev_padding;
[all …]
/external/musl/arch/microblaze/bits/
Dstat.h4 struct stat { struct
5 dev_t st_dev;
6 ino_t st_ino;
7 mode_t st_mode;
8 nlink_t st_nlink;
9 uid_t st_uid;
10 gid_t st_gid;
11 dev_t st_rdev;
12 long long __st_rdev_padding;
13 off_t st_size;
[all …]
/external/musl/arch/i386/bits/
Dstat.h4 struct stat { struct
5 dev_t st_dev;
6 int __st_dev_padding;
7 long __st_ino_truncated;
8 mode_t st_mode;
9 nlink_t st_nlink;
10 uid_t st_uid;
11 gid_t st_gid;
12 dev_t st_rdev;
13 int __st_rdev_padding;
[all …]
/external/musl/arch/arm/bits/
Dstat.h4 struct stat { struct
5 dev_t st_dev;
6 int __st_dev_padding;
7 long __st_ino_truncated;
8 mode_t st_mode;
9 nlink_t st_nlink;
10 uid_t st_uid;
11 gid_t st_gid;
12 dev_t st_rdev;
13 int __st_rdev_padding;
[all …]
/external/musl/arch/mips64/bits/
Dstat.h1 struct stat { struct
2 dev_t st_dev;
3 int __pad1[3];
4 ino_t st_ino;
5 mode_t st_mode;
6 nlink_t st_nlink;
7 uid_t st_uid;
8 gid_t st_gid;
9 dev_t st_rdev;
10 unsigned int __pad2[2];
[all …]
/external/musl/arch/powerpc/bits/
Dstat.h4 struct stat { struct
5 dev_t st_dev;
6 ino_t st_ino;
7 mode_t st_mode;
8 nlink_t st_nlink;
9 uid_t st_uid;
10 gid_t st_gid;
11 dev_t st_rdev;
12 short __st_rdev_padding;
13 off_t st_size;
[all …]
/external/musl/arch/aarch64/bits/
Dstat.h1 struct stat { struct
2 dev_t st_dev;
3 ino_t st_ino;
4 mode_t st_mode;
5 nlink_t st_nlink;
6 uid_t st_uid;
7 gid_t st_gid;
8 dev_t st_rdev;
9 unsigned long __pad;
10 off_t st_size;
[all …]
/external/musl/arch/riscv64/bits/
Dstat.h1 struct stat { struct
2 dev_t st_dev;
3 ino_t st_ino;
4 mode_t st_mode;
5 nlink_t st_nlink;
6 uid_t st_uid;
7 gid_t st_gid;
8 dev_t st_rdev;
9 unsigned long __pad;
10 off_t st_size;
[all …]
/external/musl/arch/x32/bits/
Dstat.h4 struct stat { struct
5 dev_t st_dev;
6 ino_t st_ino;
7 nlink_t st_nlink;
9 mode_t st_mode;
10 uid_t st_uid;
11 gid_t st_gid;
12 unsigned int __pad0;
13 dev_t st_rdev;
14 off_t st_size;
[all …]
/external/musl/arch/x86_64/bits/
Dstat.h4 struct stat { struct
5 dev_t st_dev;
6 ino_t st_ino;
7 nlink_t st_nlink;
9 mode_t st_mode;
10 uid_t st_uid;
11 gid_t st_gid;
12 unsigned int __pad0;
13 dev_t st_rdev;
14 off_t st_size;
[all …]
/external/musl/arch/powerpc64/bits/
Dstat.h1 struct stat { struct
2 dev_t st_dev;
3 ino_t st_ino;
4 nlink_t st_nlink;
5 mode_t st_mode;
6 uid_t st_uid;
7 gid_t st_gid;
8 dev_t st_rdev;
9 off_t st_size;
10 blksize_t st_blksize;
[all …]
/external/musl/arch/s390x/bits/
Dstat.h1 struct stat { struct
2 dev_t st_dev;
3 ino_t st_ino;
4 nlink_t st_nlink;
5 mode_t st_mode;
6 uid_t st_uid;
7 gid_t st_gid;
8 dev_t st_rdev;
9 off_t st_size;
10 struct timespec st_atim;
[all …]
/external/kernel-headers/original/uapi/asm-x86/asm/
Dstat.h10 struct stat { struct
11 unsigned long st_dev;
12 unsigned long st_ino;
13 unsigned short st_mode;
14 unsigned short st_nlink;
15 unsigned short st_uid;
39 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
83 struct stat { struct
84 __kernel_ulong_t st_dev;
85 __kernel_ulong_t st_ino;
[all …]
/external/kernel-headers/original/uapi/asm-generic/
Dstat.h24 struct stat { struct
41 long st_ctime; /* Time of last status change. */ argument
47 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */ argument
/external/kernel-headers/original/uapi/asm-arm/asm/
Dstat.h21 struct stat { struct
23 unsigned short st_dev;
24 unsigned short __pad1;
28 unsigned long st_ino;
52 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowPosixTest.java36 StructStat stat = (StructStat) ShadowPosix.stat(path); in getStatAtLeastLollipop_returnCorrectMode() local
43 StructStat stat = (StructStat) ShadowPosix.stat(path); in getStatAtLeastLollipop_returnCorrectSize() local
50 StructStat stat = (StructStat) ShadowPosix.stat(path); in getStatAtLeastLollipop_returnCorrectModifiedTime() local
57 Object stat = ShadowPosix.stat(path); in getStatBelowLollipop_returnCorrectMode() local
65 Object stat = ShadowPosix.stat(path); in getStatBelowLollipop_returnCorrectSize() local
73 Object stat = ShadowPosix.stat(path); in getStatBelowtLollipop_returnCorrectModifiedTime() local

12345678910>>...16