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

/system/update_engine/common/
H A Dboot_control_interface.h36 static const Slot kInvalidSlot = UINT_MAX; member in class:chromeos_update_engine::BootControlInterface
48 // and return kInvalidSlot.
82 if (slot == kInvalidSlot)
/system/update_engine/payload_consumer/
H A Dinstall_plan.cc89 if (source_slot != BootControlInterface::kInvalidSlot) {
96 if (target_slot != BootControlInterface::kInvalidSlot) {
H A Dinstall_plan.h79 BootControlInterface::Slot source_slot{BootControlInterface::kInvalidSlot};
80 BootControlInterface::Slot target_slot{BootControlInterface::kInvalidSlot};
/system/update_engine/
H A Dboot_control_chromeos.h75 BootControlInterface::Slot current_slot_{BootControlInterface::kInvalidSlot};
H A Dboot_control_chromeos.cc124 current_slot_ = BootControlInterface::kInvalidSlot;
H A Dcommon_service.cc334 if (rollback_slot == BootControlInterface::kInvalidSlot) {
H A Dupdate_attempter.cc743 GetRollbackSlot() != BootControlInterface::kInvalidSlot);
756 if (current_slot == BootControlInterface::kInvalidSlot || num_slots < 2) {
758 return BootControlInterface::kInvalidSlot;
771 return BootControlInterface::kInvalidSlot;

Completed in 356 milliseconds