Home
last modified time | relevance | path

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

/system/update_engine/common/
Dboot_control_interface.h51 static const Slot kInvalidSlot = UINT_MAX; variable
111 if (slot == kInvalidSlot) in SlotName()
/system/update_engine/payload_consumer/
Dinstall_plan.h81 BootControlInterface::Slot source_slot{BootControlInterface::kInvalidSlot};
82 BootControlInterface::Slot target_slot{BootControlInterface::kInvalidSlot};
Dinstall_plan.cc101 if (source_slot != BootControlInterface::kInvalidSlot && in LoadPartitionsFromSlots()
110 if (target_slot != BootControlInterface::kInvalidSlot && in LoadPartitionsFromSlots()
Ddelta_performer.cc925 if (install_plan_->target_slot != BootControlInterface::kInvalidSlot) { in ParseManifestPartitions()
/system/update_engine/
Dboot_control_chromeos.h79 BootControlInterface::Slot current_slot_{BootControlInterface::kInvalidSlot};
Dboot_control_android.cc116 source_device, slot, BootControlInterface::kInvalidSlot); in IsSuperBlockDevice()
130 super_device, slot, BootControlInterface::kInvalidSlot); in GetDynamicPartitionDevice()
Domaha_response_handler_action.cc126 install_plan_.source_slot = BootControlInterface::kInvalidSlot; in PerformAction()
Ddynamic_partition_control_android.cc182 if (target_slot != BootControlInterface::kInvalidSlot && in LoadMetadataBuilder()
Dboot_control_chromeos.cc130 current_slot_ = BootControlInterface::kInvalidSlot; in Init()
Dupdate_attempter.cc759 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()
Dcommon_service.cc390 if (rollback_slot == BootControlInterface::kInvalidSlot) { in GetRollbackPartition()
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc209 config.is_delta ? 0 : BootControlInterface::kInvalidSlot; in ApplyPayload()