Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dstat.h47 struct statx { struct
60 struct statx_timestamp stx_atime; argument
61 struct statx_timestamp stx_btime; argument
62 struct statx_timestamp stx_ctime; argument
63 struct statx_timestamp stx_mtime; argument
64 __u32 stx_rdev_major;
65 __u32 stx_rdev_minor;
66 __u32 stx_dev_major;
67 __u32 stx_dev_minor;
68 __u64 stx_mnt_id;
[all …]
/bionic/tests/
Dsys_stat_test.cpp108 TEST(sys_stat, statx) { in TEST() argument