Searched refs:assertFileMtime (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_disk_times.c | 56 assertFileMtime("file1", 234567, 0); in DEFINE_TEST() 68 assertFileMtime("file2", 234567, 0); in DEFINE_TEST() 111 assertFileMtime("file10", 2345678, 4567); in DEFINE_TEST() 130 assertFileMtime("file11", 12345678, 4567); in DEFINE_TEST() 160 assertFileMtime("file13", 4567890, 23456); in DEFINE_TEST()
|
H A D | test_write_disk.c | 100 assertFileMtime(archive_entry_pathname(ae), 123456789, 0); in create_reg_file()
|
/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_option_m.c | 42 assertFileMtime("file", 1, 0); in DEFINE_TEST()
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_common.h | 217 #define assertFileMtime(pathname, sec, nsec) \ macro
|