Home
last modified time | relevance | path

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

/system/update_engine/
Dboot_control_android.cc103 << SlotName(slot); in GetSuffix()
134 << BootControlInterface::SlotName(slot); in GetDynamicPartitionDevice()
147 << BootControlInterface::SlotName(current_slot) in GetDynamicPartitionDevice()
226 LOG(ERROR) << "Unable to determine if slot " << SlotName(slot) in IsSlotBootable()
231 LOG(ERROR) << "Invalid slot: " << SlotName(slot); in IsSlotBootable()
242 << SlotName(slot) << ": " << ret.description(); in MarkSlotUnbootable()
246 LOG(ERROR) << "Unable to mark slot " << SlotName(slot) in MarkSlotUnbootable()
256 LOG(ERROR) << "Unable to call SetActiveBootSlot for slot " << SlotName(slot) in SetActiveBootSlot()
261 LOG(ERROR) << "Unable to set the active slot to slot " << SlotName(slot) in SetActiveBootSlot()
304 << BootControlInterface::SlotName(source_slot); in UpdatePartitionMetadata()
Ddynamic_partition_control_android.cc193 << BootControlInterface::SlotName(source_slot) << " in " in LoadMetadataBuilder()
198 << BootControlInterface::SlotName(source_slot) << " in " in LoadMetadataBuilder()
210 << BootControlInterface::SlotName(target_slot) << " in " in StoreMetadata()
224 << BootControlInterface::SlotName(target_slot) << " in " in StoreMetadata()
229 << BootControlInterface::SlotName(target_slot) << " in " in StoreMetadata()
Dboot_control_chromeos.cc135 << SlotName(current_slot_) << ") of " << num_slots_ in Init()
201 LOG(INFO) << "Marking slot " << SlotName(slot) << " unbootable"; in MarkSlotUnbootable()
234 LOG(INFO) << "Marking slot " << SlotName(slot) << " active."; in SetActiveBootSlot()
250 LOG(ERROR) << "Unable to set highest priority for slot " << SlotName(slot) in SetActiveBootSlot()
267 << " for slot " << SlotName(slot) << " (partition " in SetActiveBootSlot()
Dupdate_attempter.cc770 << BootControlInterface::SlotName(current_slot); in GetRollbackSlot()
782 << BootControlInterface::SlotName(slot); in GetRollbackSlot()
Dupdate_attempter_unittest.cc545 << BootControlInterface::SlotName(rollback_slot); in RollbackTestStart()
/system/update_engine/payload_consumer/
Dinstall_plan.cc85 << ", source_slot: " << BootControlInterface::SlotName(source_slot) in Dump()
86 << ", target_slot: " << BootControlInterface::SlotName(target_slot) in Dump()
Ddownload_action.cc202 << BootControlInterface::SlotName(install_plan_.target_slot) in PerformAction()
Ddelta_performer.cc371 << BootControlInterface::SlotName(install_plan_->source_slot) in OpenCurrentPartition()
391 << BootControlInterface::SlotName(install_plan_->target_slot) in OpenCurrentPartition()
432 << BootControlInterface::SlotName(install_plan_->source_slot) in OpenCurrentECCPartition()
974 << BootControlInterface::SlotName(install_plan_->target_slot); in InitPartitionMetadata()
/system/update_engine/common/
Dboot_control_interface.h110 static std::string SlotName(Slot slot) { in SlotName() function