Searched refs:kInvalidSlot (Results 1 – 12 of 12) sorted by relevance
51 static const Slot kInvalidSlot = UINT_MAX; variable111 if (slot == kInvalidSlot) in SlotName()
81 BootControlInterface::Slot source_slot{BootControlInterface::kInvalidSlot};82 BootControlInterface::Slot target_slot{BootControlInterface::kInvalidSlot};
101 if (source_slot != BootControlInterface::kInvalidSlot && in LoadPartitionsFromSlots()110 if (target_slot != BootControlInterface::kInvalidSlot && in LoadPartitionsFromSlots()
925 if (install_plan_->target_slot != BootControlInterface::kInvalidSlot) { in ParseManifestPartitions()
79 BootControlInterface::Slot current_slot_{BootControlInterface::kInvalidSlot};
116 source_device, slot, BootControlInterface::kInvalidSlot); in IsSuperBlockDevice()130 super_device, slot, BootControlInterface::kInvalidSlot); in GetDynamicPartitionDevice()
126 install_plan_.source_slot = BootControlInterface::kInvalidSlot; in PerformAction()
182 if (target_slot != BootControlInterface::kInvalidSlot && in LoadMetadataBuilder()
130 current_slot_ = BootControlInterface::kInvalidSlot; in Init()
759 GetRollbackSlot() != BootControlInterface::kInvalidSlot); in CanRollback()772 if (current_slot == BootControlInterface::kInvalidSlot || num_slots < 2) { in GetRollbackSlot()774 return BootControlInterface::kInvalidSlot; in GetRollbackSlot()787 return BootControlInterface::kInvalidSlot; in GetRollbackSlot()
390 if (rollback_slot == BootControlInterface::kInvalidSlot) { in GetRollbackPartition()
209 config.is_delta ? 0 : BootControlInterface::kInvalidSlot; in ApplyPayload()