Searched refs:assertUtimes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/libarchive/libarchive/test/ |
| H A D | test_read_disk_directory_traversals.c | 69 if (!assertUtimes(fn, 1, 0, 1, 0)) in atimeIsUpdated() 1060 assertUtimes("at/f1", 886600, 0, 886600, 0); in test_restore_atime() 1061 assertUtimes("at/f2", 886611, 0, 886611, 0); in test_restore_atime() 1063 assertUtimes("at", 886622, 0, 886622, 0); in test_restore_atime() 1136 assertUtimes("at", 886622, 0, 886622, 0); in test_restore_atime() 1203 assertUtimes("at", 886622, 0, 886622, 0); in test_restore_atime() 1262 assertUtimes("at", 886622, 0, 886622, 0); in test_restore_atime() 1343 assertUtimes("cb", 886622, 0, 886622, 0); in test_callbacks() 1415 assertUtimes("cb", 886622, 0, 886622, 0); in test_callbacks() 1480 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-12.1/contrib/libarchive/test_utils/ |
| H A D | test_common.h | 243 #define assertUtimes(pathname, atime, atime_nsec, mtime, mtime_nsec) \ macro
|