Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dinstall_plan_unittest.cc34 install_plan.source_slot = BootControlInterface::kInvalidSlot; in TEST()
35 install_plan.target_slot = BootControlInterface::kInvalidSlot; in TEST()
Dinstall_plan.h107 BootControlInterface::Slot source_slot{BootControlInterface::kInvalidSlot};
108 BootControlInterface::Slot target_slot{BootControlInterface::kInvalidSlot};
Dinstall_plan.cc155 if (source_slot != BootControlInterface::kInvalidSlot && in LoadPartitionsFromSlots()
163 if (target_slot != BootControlInterface::kInvalidSlot && in LoadPartitionsFromSlots()
Ddelta_performer.cc786 if (install_plan_->target_slot != BootControlInterface::kInvalidSlot) { in ParseManifestPartitions()
/system/update_engine/common/
Dboot_control_interface.h41 static const Slot kInvalidSlot = UINT_MAX; variable
116 if (slot == kInvalidSlot) in SlotName()
Dboot_control_stub.h59 Slot GetActiveBootSlot() override { return kInvalidSlot; } in GetActiveBootSlot()
Dfake_boot_control.h86 Slot GetActiveBootSlot() override { return kInvalidSlot; } in GetActiveBootSlot()
/system/update_engine/aosp/
Dboot_control_android.cc164 return kInvalidSlot; in GetActiveBootSlot()
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc187 config.is_delta ? 0 : BootControlInterface::kInvalidSlot; in ApplyPayload()