Searched defs:archive_write_disk (Results 1 – 1 of 1) sorted by relevance
220 struct archive_write_disk { struct221 struct archive archive;223 mode_t user_umask;224 struct fixup_entry *fixup_list;225 struct fixup_entry *current_fixup;226 int64_t user_uid;227 int skip_file_set;228 int64_t skip_file_dev;229 int64_t skip_file_ino;230 time_t start_time;[all …]