Home
last modified time | relevance | path

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

/dports/sysutils/czkawka/czkawka-3.3.1/czkawka_core/src/
H A Dduplicate.rs142 files_with_identical_hashes: BTreeMap<u64, Vec<Vec<FileEntry>>>, // File Size, File Entry field
166 files_with_identical_hashes: Default::default(), in new()
243 &self.files_with_identical_hashes in get_files_sorted_by_hash()
952 self.files_with_identical_hashes.entry(size).or_insert_with(Vec::new); in check_files_hash()
960 for (size, vector_vectors) in &self.files_with_identical_hashes { in check_files_hash()
994 for vector_vectors in self.files_with_identical_hashes.values() { in delete_files()
1071 println!("Hashed Files list size - {}", self.files_with_identical_hashes.len()); in debug_print()
1151 if !self.files_with_identical_hashes.is_empty() { in save_results_to_file()
1161 for (size, vectors_vector) in self.files_with_identical_hashes.iter().rev() { in save_results_to_file()
1205 for (_size, vector) in self.files_with_identical_hashes.iter() { in print_results()
[all …]