Searched defs:file_total_size (Results 1 – 2 of 2) sorted by relevance
139 let file_total_size = match action { in new() localVariable141 let mut file_total_size = 0i64; in new() localVariable204 let file_total_size = match action { in new_by_info() localVariable206 let mut file_total_size = 0i64; in new_by_info() localVariable608 let mut file_total_size = self.file_total_size.load(Ordering::SeqCst); in background_notify() localVariable
57 let file_total_size: i64 = notify_data.progress.sizes.iter().sum(); in progress() localVariable