Searched refs:st_atim (Results 1 – 4 of 4) sorted by relevance
92 if (st1.st_atim.tv_sec == st2.st_atim.tv_sec && in main()
196 union { time_t st_atime; struct timespec st_atim; }; /* time of last access */ member
1075 buf->st_atim.tv_sec = statx.stx_atime.tv_sec; in stat()1076 buf->st_atim.tv_nsec = statx.stx_atime.tv_nsec; in stat()
820 if (sizeof(st.st_atim.tv_sec) != sizeof(st.st_atime)) in test_stat_timestamps()826 if (st.st_atim.tv_sec != st.st_atime || st.st_atim.tv_nsec > 1000000000) in test_stat_timestamps()
Completed in 20 milliseconds