Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc102 partition_weight_.resize(install_plan_.partitions.size()); in PerformAction()
115 partition_weight_[i] = partition.run_postinstall; in PerformAction()
116 total_weight_ += partition_weight_[i]; in PerformAction()
296 if (current_partition_ >= partition_weight_.size() || total_weight_ == 0) { in ReportProgress()
305 (accumulated_weight_ + partition_weight_[current_partition_] * frac) / in ReportProgress()
359 accumulated_weight_ += partition_weight_[current_partition_]; in Cleanup()
Dpostinstall_runner_action.h114 std::vector<double> partition_weight_; variable
Dpostinstall_runner_action_unittest.cc255 action.partition_weight_ = {1, 2, 5}; in TEST_F()