Home
last modified time | relevance | path

Searched refs:assertFileMtime (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_times.c56 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 Dtest_write_disk.c100 assertFileMtime(archive_entry_pathname(ae), 123456789, 0); in create_reg_file()
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_option_m.c42 assertFileMtime("file", 1, 0); in DEFINE_TEST()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_common.h217 #define assertFileMtime(pathname, sec, nsec) \ macro