Searched refs:partition_weight_ (Results 1 – 3 of 3) sorted by relevance
76 partition_weight_.resize(install_plan_.partitions.size()); in PerformAction()89 partition_weight_[i] = partition.run_postinstall; in PerformAction()90 total_weight_ += partition_weight_[i]; in PerformAction()272 if (current_partition_ >= partition_weight_.size() || total_weight_ == 0) { in ReportProgress()281 (accumulated_weight_ + partition_weight_[current_partition_] * frac) / in ReportProgress()332 accumulated_weight_ += partition_weight_[current_partition_]; in CompletePartitionPostinstall()
111 std::vector<double> partition_weight_; variable
241 action.partition_weight_ = {1, 2, 5}; in TEST_F()