Searched refs:assertUtimes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/libarchive/libarchive/test/ |
| H A D | test_read_disk_directory_traversals.c | 69 if (!assertUtimes(fn, 1, 0, 1, 0)) in atimeIsUpdated() 1067 assertUtimes("at/f1", 886600, 0, 886600, 0); in test_restore_atime() 1068 assertUtimes("at/f2", 886611, 0, 886611, 0); in test_restore_atime() 1070 assertUtimes("at", 886622, 0, 886622, 0); in test_restore_atime() 1143 assertUtimes("at", 886622, 0, 886622, 0); in test_restore_atime() 1210 assertUtimes("at", 886622, 0, 886622, 0); in test_restore_atime() 1269 assertUtimes("at", 886622, 0, 886622, 0); in test_restore_atime() 1350 assertUtimes("cb", 886622, 0, 886622, 0); in test_callbacks() 1422 assertUtimes("cb", 886622, 0, 886622, 0); in test_callbacks() 1487 assertUtimes("nd", 886622, 0, 886622, 0); in test_nodump() [all …]
|
| H A D | test_archive_match_time.c | 1315 assertUtimes("new_mtime", 10002, 0, 10002, 0); in DEFINE_TEST() 1317 assertUtimes("mid_mtime", 10001, 0, 10001, 0); in DEFINE_TEST() 1319 assertUtimes("old_mtime", 10000, 0, 10000, 0); in DEFINE_TEST() 1327 assertUtimes("old_ctime", 10002, 0, 10002, 0); in DEFINE_TEST() 1331 assertUtimes("mid_ctime", 10001, 0, 10001, 0); in DEFINE_TEST() 1335 assertUtimes("new_ctime", 10000, 0, 10000, 0); in DEFINE_TEST()
|
| /freebsd-13.1/contrib/libarchive/test_utils/ |
| H A D | test_common.h | 266 #define assertUtimes(pathname, atime, atime_nsec, mtime, mtime_nsec) \ macro
|