Home | History | Annotate | Download | only in update_engine

Lines Matching refs:install_plan

691   InstallPlan install_plan;
693 install_plan.target_slot = GetRollbackSlot();
694 install_plan.source_slot = system_state_->boot_control()->GetCurrentSlot();
697 install_plan.LoadPartitionsFromSlots(system_state_->boot_control()));
698 install_plan.powerwash_required = powerwash;
701 install_plan.Dump();
704 new InstallPlanAction(install_plan));
958 const InstallPlan& install_plan =
959 response_handler_action_->install_plan();
963 for (const auto& payload : install_plan.payloads) {
1045 auto plan = response_handler_action_->install_plan();
1229 response_handler_action_->install_plan().is_resume)