Searched defs:file_total_size (Results 1 – 2 of 2) sorted by relevance
59 pub(crate) file_total_size: AtomicI64, field140 let file_total_size = match action { in new() localVariable142 let mut file_total_size = 0i64; in new() localVariable206 let file_total_size = match action { in new_by_info() localVariable208 let mut file_total_size = 0i64; in new_by_info() localVariable
57 let file_total_size: i64 = notify_data.progress.sizes.iter().sum(); in progress() localVariable