Searched refs:stx_atime (Results 1 – 8 of 8) sorted by relevance
/third_party/musl/src/stat/ |
D | fstatat.c | 28 } stx_atime, stx_btime, stx_ctime, stx_mtime; member 54 .st_atim.tv_sec = stx.stx_atime.tv_sec, in fstatat_statx() 55 .st_atim.tv_nsec = stx.stx_atime.tv_nsec, in fstatat_statx() 61 .__st_atim32.tv_sec = stx.stx_atime.tv_sec, in fstatat_statx() 62 .__st_atim32.tv_nsec = stx.stx_atime.tv_nsec, in fstatat_statx()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | stat.h | 50 } stx_atime, stx_btime, stx_ctime, stx_mtime; member
|
/third_party/libuv/src/unix/ |
D | linux-syscalls.h | 50 struct uv__statx_timestamp stx_atime; member
|
D | fs.c | 1571 buf->st_atim.tv_sec = statxbuf.stx_atime.tv_sec; in uv__fs_statx() 1572 buf->st_atim.tv_nsec = statxbuf.stx_atime.tv_nsec; in uv__fs_statx()
|
/third_party/ltp/include/lapi/ |
D | stat.h | 90 const struct statx_timestamp stx_atime; member
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx06.c | 130 timestamp_to_timespec(&buff.stx_atime, &statx_time); in test_statx()
|
/third_party/glib/gio/ |
D | glocalfileinfo.h | 161 inline static gint64 _g_stat_atime (const GLocalFileStat *buf) { return buf->stx_atime.tv_se… in _g_stat_atime() 164 inline static guint32 _g_stat_atim_nsec (const GLocalFileStat *buf) { return buf->stx_atime.tv_ns… in _g_stat_atim_nsec()
|
/third_party/ltp/doc/ |
D | c-test-tutorial-simple.txt | 379 struct statx_timestamp stx_atime;
|