Home
last modified time | relevance | path

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

/system/update_engine/
Dboot_control_android.cc118 << SlotName(slot); in GetPartitionDevice()
135 LOG(ERROR) << "Unable to determine if slot " << SlotName(slot) in IsSlotBootable()
141 LOG(ERROR) << "Invalid slot: " << SlotName(slot); in IsSlotBootable()
152 << SlotName(slot) << ": " in MarkSlotUnbootable()
157 LOG(ERROR) << "Unable to mark slot " << SlotName(slot) in MarkSlotUnbootable()
167 LOG(ERROR) << "Unable to call SetActiveBootSlot for slot " << SlotName(slot) in SetActiveBootSlot()
172 LOG(ERROR) << "Unable to set the active slot to slot " << SlotName(slot) in SetActiveBootSlot()
Dboot_control_recovery.cc128 << SlotName(slot); in GetPartitionDevice()
145 LOG(ERROR) << "Unable to determine if slot " << SlotName(slot) in IsSlotBootable()
155 LOG(ERROR) << "Unable to mark slot " << SlotName(slot) in MarkSlotUnbootable()
165 LOG(ERROR) << "Unable to set the active slot to slot " << SlotName(slot) in SetActiveBootSlot()
Dboot_control_chromeos.cc129 << SlotName(current_slot_) << ") of " << num_slots_ in Init()
175 LOG(INFO) << "Marking slot " << SlotName(slot) << " unbootable"; in MarkSlotUnbootable()
208 LOG(INFO) << "Marking slot " << SlotName(slot) << " active."; in SetActiveBootSlot()
224 LOG(ERROR) << "Unable to set highest priority for slot " << SlotName(slot) in SetActiveBootSlot()
241 << " for slot " << SlotName(slot) << " (partition " in SetActiveBootSlot()
Dupdate_attempter.cc759 << BootControlInterface::SlotName(current_slot); in UpdateAttempter()
771 << BootControlInterface::SlotName(slot); in UpdateAttempter()
Dupdate_attempter_unittest.cc449 << BootControlInterface::SlotName(rollback_slot); in RollbackTestStart()
/system/update_engine/payload_consumer/
Dinstall_plan.cc74 << ", source_slot: " << BootControlInterface::SlotName(source_slot) in Dump()
75 << ", target_slot: " << BootControlInterface::SlotName(target_slot) in Dump()
Ddownload_action.cc182 << BootControlInterface::SlotName(install_plan_.target_slot) in PerformAction()
Ddelta_performer.cc348 << BootControlInterface::SlotName(install_plan_->source_slot) in OpenCurrentPartition()
360 << BootControlInterface::SlotName(install_plan_->target_slot) in OpenCurrentPartition()
/system/update_engine/common/
Dboot_control_interface.h81 static std::string SlotName(Slot slot) { in SlotName() function