HomeSort by: relevance | last modified time | path
    Searched refs:assertUtimes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libarchive/dist/tar/test/
test_option_mtime.c 32 assertUtimes("new_mtime", 100000, 0, 100000, 0);
34 assertUtimes("mid_mtime", 10000, 0, 10000, 0);
37 assertUtimes("old_mtime", 1, 0, 1, 0);
  /src/external/bsd/libarchive/dist/libarchive/test/
test_read_disk_directory_traversals.c 68 if (!assertUtimes(fn, 1, 0, 1, 0))
1066 assertUtimes("at/f1", 886600, 0, 886600, 0);
1067 assertUtimes("at/f2", 886611, 0, 886611, 0);
1068 assertUtimes("at/fe", 886611, 0, 886611, 0);
1069 assertUtimes("at", 886622, 0, 886622, 0);
1139 assertUtimes("at/f1", 886600, 0, 886600, 0);
1140 assertUtimes("at/f2", 886611, 0, 886611, 0);
1141 assertUtimes("at/fe", 886611, 0, 886611, 0);
1142 assertUtimes("at", 886622, 0, 886622, 0);
1206 assertUtimes("at/f1", 886600, 0, 886600, 0)
    [all...]
test_archive_match_time.c 1343 assertUtimes("new_mtime", 10002, 0, 10002, 0);
1345 assertUtimes("mid_mtime", 10001, 0, 10001, 0);
1347 assertUtimes("old_mtime", 10000, 0, 10000, 0);
1355 assertUtimes("old_ctime", 10002, 0, 10002, 0);
1359 assertUtimes("mid_ctime", 10001, 0, 10001, 0);
1363 assertUtimes("new_ctime", 10000, 0, 10000, 0);
  /src/external/bsd/libarchive/dist/test_utils/
test_common.h 262 #define assertUtimes(pathname, atime, atime_nsec, mtime, mtime_nsec) \

Completed in 36 milliseconds