Searched refs:SlotName (Results 1 – 9 of 9) sorted by relevance
118 << 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()
128 << 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()
129 << 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()
759 << BootControlInterface::SlotName(current_slot); in UpdateAttempter()771 << BootControlInterface::SlotName(slot); in UpdateAttempter()
449 << BootControlInterface::SlotName(rollback_slot); in RollbackTestStart()
74 << ", source_slot: " << BootControlInterface::SlotName(source_slot) in Dump()75 << ", target_slot: " << BootControlInterface::SlotName(target_slot) in Dump()
182 << BootControlInterface::SlotName(install_plan_.target_slot) in PerformAction()
348 << BootControlInterface::SlotName(install_plan_->source_slot) in OpenCurrentPartition()360 << BootControlInterface::SlotName(install_plan_->target_slot) in OpenCurrentPartition()
81 static std::string SlotName(Slot slot) { in SlotName() function