Searched refs:compress_algorithm (Results 1 – 1 of 1) sorted by relevance
50 pub compress_algorithm: CompressAlgorithm, field202 compress_algorithm: CompressAlgorithm::None, in default()208 fn new(path: PathBuf, compress_algorithm: CompressAlgorithm) -> Result<Self, io::Error> { in new()217 match compress_algorithm { in new()312 self.option.compress_algorithm, in archive_single_file()327 match self.option.compress_algorithm { in cur_tar_path()