Searched defs:kProgressDownloadWeight (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
H A Ddelta_performer.h74 static const unsigned kProgressDownloadWeight; member in class:chromeos_update_engine::DeltaPerformer
H A Ddelta_performer.cc73 const unsigned DeltaPerformer::kProgressDownloadWeight = 50; member in class:chromeos_update_engine::DeltaPerformer
213 static_assert(kProgressDownloadWeight + kProgressOperationsWeight == 100,
218 // kProgressDownloadWeight, in case we end up downloading more than we
230 kProgressDownloadWeight)),
231 kProgressDownloadWeight);
233 actual_operations_weight += kProgressDownloadWeight;

Completed in 523 milliseconds