Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.h56 static const unsigned kProgressLogMaxChunks;
H A Ddelta_performer.cc74 const unsigned DeltaPerformer::kProgressLogMaxChunks = 10; member in chromeos_update_engine::DeltaPerformer
170 overall_progress_ * kProgressLogMaxChunks / 100; in UpdateOverallProgress()