Searched refs:SlotName (Results 1 – 9 of 9) sorted by relevance
103 << 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()
193 << 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()
135 << 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()
770 << BootControlInterface::SlotName(current_slot); in GetRollbackSlot()782 << BootControlInterface::SlotName(slot); in GetRollbackSlot()
545 << BootControlInterface::SlotName(rollback_slot); in RollbackTestStart()
85 << ", source_slot: " << BootControlInterface::SlotName(source_slot) in Dump()86 << ", target_slot: " << BootControlInterface::SlotName(target_slot) in Dump()
202 << BootControlInterface::SlotName(install_plan_.target_slot) in PerformAction()
371 << 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()
110 static std::string SlotName(Slot slot) { in SlotName() function