Home
last modified time | relevance | path

Searched refs:kInvalidSlot (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/common/
Dboot_control_interface.h36 static const Slot kInvalidSlot = UINT_MAX; variable
82 if (slot == kInvalidSlot) in SlotName()
/system/update_engine/payload_consumer/
Dinstall_plan.h65 BootControlInterface::Slot source_slot{BootControlInterface::kInvalidSlot};
66 BootControlInterface::Slot target_slot{BootControlInterface::kInvalidSlot};
Dinstall_plan.cc90 if (source_slot != BootControlInterface::kInvalidSlot) { in LoadPartitionsFromSlots()
97 if (target_slot != BootControlInterface::kInvalidSlot) { in LoadPartitionsFromSlots()
/system/update_engine/
Dboot_control_chromeos.h75 BootControlInterface::Slot current_slot_{BootControlInterface::kInvalidSlot};
Dboot_control_chromeos.cc124 current_slot_ = BootControlInterface::kInvalidSlot; in Init()
Dupdate_attempter.cc748 GetRollbackSlot() != BootControlInterface::kInvalidSlot); in UpdateAttempter()
761 if (current_slot == BootControlInterface::kInvalidSlot || num_slots < 2) { in UpdateAttempter()
763 return BootControlInterface::kInvalidSlot; in UpdateAttempter()
776 return BootControlInterface::kInvalidSlot; in UpdateAttempter()
Dcommon_service.cc336 if (rollback_slot == BootControlInterface::kInvalidSlot) { in GetRollbackPartition()