Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c142 struct restore_time { struct
165 struct restore_time restore_time; argument
229 struct restore_time restore_time; member
279 struct restore_time *);
365 struct restore_time *);
720 t->restore_time.noatime == 0) in _archive_read_data_block()
735 t->restore_time.noatime = 1; in _archive_read_data_block()
818 close_and_restore_time(t->entry_fd, t, &t->restore_time); in _archive_read_data_block()
834 close_and_restore_time(t->entry_fd, t, &t->restore_time); in _archive_read_data_block()
1024 t->restore_time.mtime = archive_entry_mtime(entry); in next_entry()
[all …]
/freebsd/contrib/libarchive/cpio/
H A Dcpio.c108 static int restore_time(struct cpio *, struct archive_entry *,
897 fd = restore_time(cpio, entry, srcpath, fd); in entry_to_archive()
908 restore_time(struct cpio *cpio, struct archive_entry *entry, in restore_time() function