Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_mtime.c49 assertFileMtime("new_mtime", 86400, 0); in DEFINE_TEST()
50 assertFileMtime("mid_mtime", 86400, 0); in DEFINE_TEST()
51 assertFileMtime("old_mtime", 86400, 0); in DEFINE_TEST()
65 assertFileMtime("new_mtime", 86400, 0); in DEFINE_TEST()
66 assertFileMtime("mid_mtime", 10000, 0); in DEFINE_TEST()
67 assertFileMtime("old_mtime", 1, 0); in DEFINE_TEST()
78 assertFileMtime("new_mtime", 0, 0); in DEFINE_TEST()
79 assertFileMtime("mid_mtime", 0, 0); in DEFINE_TEST()
80 assertFileMtime("old_mtime", 0, 0); in DEFINE_TEST()
/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