HomeSort by relevance Sort by last modified time
    Searched refs:partition_weight_ (Results 1 - 3 of 3) sorted by null

  /system/update_engine/payload_consumer/
postinstall_runner_action.cc 69 partition_weight_.resize(install_plan_.partitions.size());
75 partition_weight_[i] = install_plan_.partitions[i].run_postinstall;
76 total_weight_ += partition_weight_[i];
267 if (current_partition_ >= partition_weight_.size()) {
276 (accumulated_weight_ + partition_weight_[current_partition_] * frac) /
329 accumulated_weight_ += partition_weight_[current_partition_];
postinstall_runner_action.h 112 std::vector<double> partition_weight_; member in class:chromeos_update_engine::PostinstallRunnerAction
114 // The sum of all the weights in |partition_weight_|.
117 // The sum of all the weights in |partition_weight_| up to but not including
postinstall_runner_action_unittest.cc 216 action.partition_weight_ = {1, 2, 5};

Completed in 73 milliseconds