Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_times.c70 assertFileAtimeRecent("file2"); in DEFINE_TEST()
96 assertFileAtimeRecent("file4"); in DEFINE_TEST()
144 assertFileAtimeRecent("file12"); in DEFINE_TEST()
159 assertFileAtimeRecent("file13"); in DEFINE_TEST()
H A Dtest_write_disk.c103 assertFileAtimeRecent(archive_entry_pathname(ae)); in create_reg_file()
H A Dtest_read_disk_directory_traversals.c1128 assertFileAtimeRecent("at/f1"); in test_restore_atime()
1130 assertFileAtimeRecent("at/f2"); in test_restore_atime()
/freebsd-13.1/contrib/libarchive/test_utils/
H A Dtest_common.h206 #define assertFileAtimeRecent(pathname) \ macro