Home | History | Annotate | Download | only in update_engine

Lines Matching defs:install_plan

717   InstallPlan install_plan;
719 install_plan.target_slot = GetRollbackSlot();
720 install_plan.source_slot = system_state_->boot_control()->GetCurrentSlot();
723 install_plan.LoadPartitionsFromSlots(system_state_->boot_control()));
724 install_plan.powerwash_required = powerwash;
727 install_plan.Dump();
730 new InstallPlanAction(install_plan));
967 const InstallPlan& install_plan =
968 response_handler_action_->install_plan();
972 install_plan.payload_hash + ":" + install_plan.metadata_signature;
1060 const InstallPlan& plan = response_handler_action_->install_plan();
1257 response_handler_action_->install_plan().is_resume)
1394 if (response_handler_action_->install_plan().is_resume) {
1408 if (resume_offset < response_handler_action_->install_plan().payload_size) {