Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A Dinstall_plan.h53 bool LoadPartitionsFromSlots(BootControlInterface* boot_control);
H A Dinstall_plan.cc152 bool InstallPlan::LoadPartitionsFromSlots(BootControlInterface* boot_control) { in LoadPartitionsFromSlots() function in chromeos_update_engine::InstallPlan
H A Ddelta_performer.cc766 if (!install_plan_->LoadPartitionsFromSlots(boot_control_)) { in ParseManifestPartitions()
/aosp12/system/update_engine/cros/
H A Dupdate_attempter.cc850 TEST_AND_RETURN_FALSE(install_plan_->LoadPartitionsFromSlots( in Rollback()