Home
last modified time | relevance | path

Searched refs:archive_entry_unset_birthtime (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/libarchive/libarchive/
HDarchive_entry_copy_stat.c69 archive_entry_unset_birthtime(entry); in archive_entry_copy_stat()
HDarchive_entry.h254 __LA_DECL void archive_entry_unset_birthtime(struct archive_entry *);
HDarchive_entry.c884 archive_entry_unset_birthtime(struct archive_entry *entry) in archive_entry_unset_birthtime() function
HDarchive_read_support_format_lha.c722 archive_entry_unset_birthtime(entry); in archive_read_format_lha_read_header()
HDarchive_read_support_format_iso9660.c1273 archive_entry_unset_birthtime(entry); in archive_read_format_iso9660_read_header()
/trueos/contrib/libarchive/libarchive/test/
HDtest_entry.c136 archive_entry_unset_birthtime(e); in DEFINE_TEST()