Home
last modified time | relevance | path

Searched refs:assertion_file_time (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c1274 assertion_file_time(const char *file, int line, in assertion_file_time() function
1383 return assertion_file_time(file, line, pathname, t, nsec, 'a', 0); in assertion_file_atime()
1390 return assertion_file_time(file, line, pathname, 0, 0, 'a', 1); in assertion_file_atime_recent()
1398 return assertion_file_time(file, line, pathname, t, nsec, 'b', 0); in assertion_file_birthtime()
1406 return assertion_file_time(file, line, pathname, 0, 0, 'b', 1); in assertion_file_birthtime_recent()
1443 return assertion_file_time(file, line, pathname, t, nsec, 'm', 0); in assertion_file_mtime()
1450 return assertion_file_time(file, line, pathname, 0, 0, 'm', 1); in assertion_file_mtime_recent()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c1462 assertion_file_time(const char *file, int line, in assertion_file_time() function
1571 return assertion_file_time(file, line, pathname, t, nsec, 'a', 0); in assertion_file_atime()
1578 return assertion_file_time(file, line, pathname, 0, 0, 'a', 1); in assertion_file_atime_recent()
1586 return assertion_file_time(file, line, pathname, t, nsec, 'b', 0); in assertion_file_birthtime()
1594 return assertion_file_time(file, line, pathname, 0, 0, 'b', 1); in assertion_file_birthtime_recent()
1631 return assertion_file_time(file, line, pathname, t, nsec, 'm', 0); in assertion_file_mtime()
1638 return assertion_file_time(file, line, pathname, 0, 0, 'm', 1); in assertion_file_mtime_recent()