Home
last modified time | relevance | path

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

/foundation/filemanagement/app_file_service/utils/rust/tar/src/
Dbackup.rs50 pub compress_algorithm: CompressAlgorithm, field
202 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()