Searched refs:ns_tol (Results 1 – 1 of 1) sorted by relevance
172 tst_utimens(work_dir, ns_tol=1000)236 tst_utimens(mnt_dir, ns_tol=1000)812 def tst_utimens(mnt_dir, ns_tol=0): argument831 assert abs(fstat.st_atime_ns - atime_ns) <= ns_tol832 assert abs(fstat.st_mtime_ns - mtime_ns) <= ns_tol