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

  /src/external/bsd/libarchive/dist/tar/
bsdtar.h 55 char has_mtime; /* --mtime exists (0 or 1) */ member in struct:bsdtar
util.c 579 if (!bsdtar->has_mtime)
bsdtar.c 690 bsdtar->has_mtime = 1;
987 if (!bsdtar->has_mtime && bsdtar->clamp_mtime)
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar5.c 1390 char unix_time, has_unix_ns, has_mtime, has_ctime, has_atime; local
1396 HAS_MTIME = 0x02,
1412 has_mtime = flags & HAS_MTIME;
1417 if(has_mtime) {
1432 if(has_mtime && has_unix_ns) {
1455 if(has_mtime) {

Completed in 24 milliseconds