Home | History | Annotate | Download | only in update_engine

Lines Matching refs:install_plan

718   InstallPlan install_plan;
720 install_plan.target_slot = GetRollbackSlot();
721 install_plan.source_slot = system_state_->boot_control()->GetCurrentSlot();
724 install_plan.LoadPartitionsFromSlots(system_state_->boot_control()));
725 install_plan.powerwash_required = powerwash;
728 install_plan.Dump();
731 new InstallPlanAction(install_plan));
968 const InstallPlan& install_plan =
969 response_handler_action_->install_plan();
973 install_plan.payload_hash + ":" + install_plan.metadata_signature;
1061 const InstallPlan& plan = response_handler_action_->install_plan();
1258 response_handler_action_->install_plan().is_resume)
1395 if (response_handler_action_->install_plan().is_resume) {
1409 if (resume_offset < response_handler_action_->install_plan().payload_size) {