Searched refs:assertUtimes (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_disk_directory_traversals.c | 68 if (!assertUtimes(fn, 1, 0, 1, 0)) in atimeIsUpdated() 1066 assertUtimes("at/f1", 886600, 0, 886600, 0); in test_restore_atime() 1067 assertUtimes("at/f2", 886611, 0, 886611, 0); in test_restore_atime() 1068 assertUtimes("at/fe", 886611, 0, 886611, 0); in test_restore_atime() 1069 assertUtimes("at", 886622, 0, 886622, 0); in test_restore_atime() 1139 assertUtimes("at/f1", 886600, 0, 886600, 0); in test_restore_atime() 1140 assertUtimes("at/f2", 886611, 0, 886611, 0); in test_restore_atime() 1141 assertUtimes("at/fe", 886611, 0, 886611, 0); in test_restore_atime() 1142 assertUtimes("at", 886622, 0, 886622, 0); in test_restore_atime() 1206 assertUtimes("a in test_restore_atime() [all...] |
H A D | test_archive_match_time.c | 1344 assertUtimes("new_mtime", 10002, 0, 10002, 0); in DEFINE_TEST() 1346 assertUtimes("mid_mtime", 10001, 0, 10001, 0); in DEFINE_TEST() 1348 assertUtimes("old_mtime", 10000, 0, 10000, 0); in DEFINE_TEST() 1356 assertUtimes("old_ctime", 10002, 0, 10002, 0); in DEFINE_TEST() 1360 assertUtimes("mid_ctime", 10001, 0, 10001, 0); in DEFINE_TEST() 1364 assertUtimes("new_ctime", 10000, 0, 10000, 0); in DEFINE_TEST()
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_common.h | 259 #define assertUtimes(pathname, atime, atime_nsec, mtime, mtime_nsec) \ macro
|