Searched refs:partition_weight_ (Results 1 – 3 of 3) sorted by relevance
69 partition_weight_.resize(install_plan_.partitions.size()); in PerformAction()75 partition_weight_[i] = install_plan_.partitions[i].run_postinstall; in PerformAction()76 total_weight_ += partition_weight_[i]; in PerformAction()262 if (current_partition_ >= partition_weight_.size()) { in ReportProgress()271 (accumulated_weight_ + partition_weight_[current_partition_] * frac) / in ReportProgress()324 accumulated_weight_ += partition_weight_[current_partition_]; in CompletePartitionPostinstall()
112 std::vector<double> partition_weight_; variable
219 action.partition_weight_ = {1, 2, 5}; in TEST_F()