Home
last modified time | relevance | path

Searched defs:stat (Results 101 – 125 of 1851) sorted by relevance

12345678910>>...75

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/freebsd/
H A Draw.rs40 pub struct stat { struct
42 pub st_dev: u32,
44 pub st_ino: u32,
46 pub st_mode: u16,
48 pub st_nlink: u16,
50 pub st_uid: u32,
52 pub st_gid: u32,
54 pub st_rdev: u32,
56 pub st_atime: c_long,
58 pub st_atime_nsec: c_long,
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/visionos/
H A Draw.rs38 pub struct stat { struct
40 pub st_dev: i32,
42 pub st_mode: u16,
44 pub st_nlink: u16,
46 pub st_ino: u64,
48 pub st_uid: u32,
50 pub st_gid: u32,
52 pub st_rdev: i32,
54 pub st_atime: c_long,
56 pub st_atime_nsec: c_long,
[all …]
/aosp_15_r20/external/musl/arch/mipsn32/bits/
H A 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 …]
/aosp_15_r20/external/musl/arch/mips/bits/
H A 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 …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/
Dstat.h46 struct stat struct
48 __dev_t st_dev; /* Device. */
50 unsigned short int __pad1;
53 __ino_t st_ino; /* File serial number. */
55 __ino_t __st_ino; /* 32bit file serial number. */
58 __mode_t st_mode; /* File mode. */
59 __nlink_t st_nlink; /* Link count. */
61 __nlink_t st_nlink; /* Link count. */
62 __mode_t st_mode; /* File mode. */
64 __uid_t st_uid; /* User ID of the file's owner. */
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
Dstat.h46 struct stat struct
48 __dev_t st_dev; /* Device. */
50 unsigned short int __pad1;
53 __ino_t st_ino; /* File serial number. */
55 __ino_t __st_ino; /* 32bit file serial number. */
58 __mode_t st_mode; /* File mode. */
59 __nlink_t st_nlink; /* Link count. */
61 __nlink_t st_nlink; /* Link count. */
62 __mode_t st_mode; /* File mode. */
64 __uid_t st_uid; /* User ID of the file's owner. */
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/dragonfly/
H A Draw.rs40 pub struct stat { struct
42 pub st_dev: u32,
44 pub st_ino: u32,
46 pub st_mode: u16,
48 pub st_nlink: u16,
50 pub st_uid: u32,
52 pub st_gid: u32,
54 pub st_rdev: u32,
56 pub st_atime: c_long,
58 pub st_atime_nsec: c_long,
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/dragonfly/
H A Draw.rs40 pub struct stat { struct
42 pub st_dev: u32,
44 pub st_ino: u32,
46 pub st_mode: u16,
48 pub st_nlink: u16,
50 pub st_uid: u32,
52 pub st_gid: u32,
54 pub st_rdev: u32,
56 pub st_atime: c_long,
58 pub st_atime_nsec: c_long,
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/netbsd/
H A Draw.rs41 pub struct stat { struct
43 pub st_dev: u64,
45 pub st_mode: u32,
47 pub st_ino: u64,
49 pub st_nlink: u32,
51 pub st_uid: uid_t,
53 pub st_gid: gid_t,
55 pub st_rdev: u64,
57 pub st_atime: i64,
59 pub st_atime_nsec: c_long,
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/dragonfly/
H A Draw.rs40 pub struct stat { struct
42 pub st_dev: u32,
44 pub st_ino: u32,
46 pub st_mode: u16,
48 pub st_nlink: u16,
50 pub st_uid: u32,
52 pub st_gid: u32,
54 pub st_rdev: u32,
56 pub st_atime: c_long,
58 pub st_atime_nsec: c_long,
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/netbsd/
H A Draw.rs41 pub struct stat { struct
43 pub st_dev: u64,
45 pub st_mode: u32,
47 pub st_ino: u64,
49 pub st_nlink: u32,
51 pub st_uid: uid_t,
53 pub st_gid: gid_t,
55 pub st_rdev: u64,
57 pub st_atime: i64,
59 pub st_atime_nsec: c_long,
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/netbsd/
H A Draw.rs41 pub struct stat { struct
43 pub st_dev: u64,
45 pub st_mode: u32,
47 pub st_ino: u64,
49 pub st_nlink: u32,
51 pub st_uid: uid_t,
53 pub st_gid: gid_t,
55 pub st_rdev: u64,
57 pub st_atime: i64,
59 pub st_atime_nsec: c_long,
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/netbsd/
H A Draw.rs41 pub struct stat { struct
43 pub st_dev: u64,
45 pub st_mode: u32,
47 pub st_ino: u64,
49 pub st_nlink: u32,
51 pub st_uid: uid_t,
53 pub st_gid: gid_t,
55 pub st_rdev: u64,
57 pub st_atime: i64,
59 pub st_atime_nsec: c_long,
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/dragonfly/
H A Draw.rs40 pub struct stat { struct
42 pub st_dev: u32,
44 pub st_ino: u32,
46 pub st_mode: u16,
48 pub st_nlink: u16,
50 pub st_uid: u32,
52 pub st_gid: u32,
54 pub st_rdev: u32,
56 pub st_atime: c_long,
58 pub st_atime_nsec: c_long,
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/dragonfly/
H A Draw.rs40 pub struct stat { struct
42 pub st_dev: u32,
44 pub st_ino: u32,
46 pub st_mode: u16,
48 pub st_nlink: u16,
50 pub st_uid: u32,
52 pub st_gid: u32,
54 pub st_rdev: u32,
56 pub st_atime: c_long,
58 pub st_atime_nsec: c_long,
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/netbsd/
H A Draw.rs41 pub struct stat { struct
43 pub st_dev: u64,
45 pub st_mode: u32,
47 pub st_ino: u64,
49 pub st_nlink: u32,
51 pub st_uid: uid_t,
53 pub st_gid: gid_t,
55 pub st_rdev: u64,
57 pub st_atime: i64,
59 pub st_atime_nsec: c_long,
[all …]
/aosp_15_r20/external/musl/arch/sh/bits/
H A 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 …]
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/bits/
H A 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 …]
/aosp_15_r20/external/musl/arch/m68k/bits/
H A 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 …]
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/bits/
H A 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 …]
/aosp_15_r20/external/musl/arch/arm/bits/
H A 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 …]
/aosp_15_r20/external/musl/arch/microblaze/bits/
H A 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 …]
/aosp_15_r20/external/musl/arch/i386/bits/
H A 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 …]
/aosp_15_r20/external/musl/arch/or1k/bits/
H A 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 …]
/aosp_15_r20/external/strace/linux/x86_64/
H A 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 …]

12345678910>>...75