Home
last modified time | relevance | path

Searched refs:LoadPartitionsFromSlots (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/payload_consumer/
Dinstall_plan.h52 bool LoadPartitionsFromSlots(BootControlInterface* boot_control);
Dinstall_plan.cc112 bool InstallPlan::LoadPartitionsFromSlots(BootControlInterface* boot_control) { in LoadPartitionsFromSlots() function in chromeos_update_engine::InstallPlan
Ddelta_performer.cc916 if (!install_plan_->LoadPartitionsFromSlots(boot_control_)) { in ParseManifestPartitions()
/system/update_engine/
Dupdate_attempter.cc888 install_plan_->LoadPartitionsFromSlots(system_state_->boot_control())); in Rollback()