Home | History | Annotate | Download | only in update_engine

Lines Matching defs:install_plan

703   InstallPlan install_plan;
705 install_plan.target_slot = GetRollbackSlot();
706 install_plan.source_slot = system_state_->boot_control()->GetCurrentSlot();
709 install_plan.LoadPartitionsFromSlots(system_state_->boot_control()));
710 install_plan.powerwash_required = powerwash;
713 install_plan.Dump();
716 new InstallPlanAction(install_plan));
937 const InstallPlan& install_plan =
938 response_handler_action_->install_plan();
942 for (const auto& payload : install_plan.payloads) {
1034 const InstallPlan& plan = response_handler_action_->install_plan();
1193 response_handler_action_->install_plan().is_resume)