Searched refs:tsp (Results 1 – 2 of 2) sorted by relevance
/support/ |
A D | support_path_support_time64.c | 30 utimesat_call (const char *path, const struct __timespec64 tsp[2]) in utimesat_call() 35 return syscall (__NR_utimensat_time64, AT_FDCWD, path, &tsp[0], 0); in utimesat_call() 47 const struct __timespec64 tsp[] = { { at, 0 }, { mt, 0 } }; in support_path_support_time64_value() local 50 if (utimesat_call (path, tsp) == -1) in support_path_support_time64_value() 58 bool support = stx.stx_atime.tv_sec == tsp[0].tv_sec in support_path_support_time64_value() 59 && stx.stx_mtime.tv_sec == tsp[1].tv_sec; in support_path_support_time64_value()
|
A D | support_stat_nanoseconds.c | 38 const struct timespec tsp[] = { { 0, TIMESPEC_HZ - 1 }, in support_stat_nanoseconds() local 40 TEST_VERIFY_EXIT (utimensat (AT_FDCWD, path, tsp, 0) == 0); in support_stat_nanoseconds() 45 support = st.st_atim.tv_nsec == tsp[0].tv_nsec in support_stat_nanoseconds() 46 && st.st_mtim.tv_nsec == tsp[1].tv_nsec; in support_stat_nanoseconds()
|
Completed in 6 milliseconds