Home
last modified time | relevance | path

Searched defs:statx (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dstat.h59 struct statx { struct
72 struct statx_timestamp stx_atime; argument
73 struct statx_timestamp stx_btime; argument
74 struct statx_timestamp stx_ctime; argument
75 struct statx_timestamp stx_mtime; argument
76 __u32 stx_rdev_major;
77 __u32 stx_rdev_minor;
78 __u32 stx_dev_major;
79 __u32 stx_dev_minor;
80 __u64 stx_mnt_id;
[all …]
/bionic/tests/
Dsys_stat_test.cpp106 TEST(sys_stat, statx) { in TEST() argument