Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_times.c69 assertFileAtimeRecent("file2"); in DEFINE_TEST()
95 assertFileAtimeRecent("file4"); in DEFINE_TEST()
143 assertFileAtimeRecent("file12"); in DEFINE_TEST()
158 assertFileAtimeRecent("file13"); in DEFINE_TEST()
H A Dtest_write_disk.c102 assertFileAtimeRecent(archive_entry_pathname(ae)); in create_reg_file()
H A Dtest_read_disk_directory_traversals.c1127 assertFileAtimeRecent("at/f1"); in test_restore_atime()
1129 assertFileAtimeRecent("at/f2"); in test_restore_atime()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_common.h196 #define assertFileAtimeRecent(pathname) \ macro