Searched refs:archive_entry_set_birthtime (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_copy_stat.c63 archive_entry_set_birthtime(entry, st->st_birthtime, 0);
67 archive_entry_set_birthtime(entry, st->st_birthtime, st->st_birthtimespec.tv_nsec);
H A Darchive_entry.h246 __LA_DECL void archive_entry_set_birthtime(struct archive_entry *, time_t, long);
H A Darchive_entry.c897 archive_entry_set_birthtime(struct archive_entry *entry, time_t m, long ns) function
908 archive_entry_set_birthtime(entry, 0, 0);
H A Darchive_read_support_format_tar.c1477 archive_entry_set_birthtime(entry, s, n);
H A Darchive_read_support_format_iso9660.c1154 archive_entry_set_birthtime(entry, file->birthtime, 0);
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_times.c122 archive_entry_set_birthtime(ae, 3456789, 12345);
139 archive_entry_set_birthtime(ae, 3456789, 12345);
H A Dtest_write_format_pax.c52 archive_entry_set_birthtime(ae, 3, 30);
67 archive_entry_set_birthtime(ae, 8, 80);
H A Dtest_entry.c120 archive_entry_set_birthtime(e, 17579, 24990);
381 archive_entry_set_birthtime(e, 13779, 24990);
509 archive_entry_set_birthtime(e, 13980, 24999);

Completed in 83 milliseconds