Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Dboot_control_android.cc103 LOG(ERROR) << "Unable to determine if slot " << SlotName(slot) in IsSlotBootable()
114 << SlotName(slot) << ": " << ret.errMsg; in MarkSlotUnbootable()
123 LOG(ERROR) << "Unable to call SetActiveBootSlot for slot " << SlotName(slot) in SetActiveBootSlot()
128 LOG(ERROR) << "Unable to set the active slot to slot " << SlotName(slot) in SetActiveBootSlot()
151 LOG(ERROR) << "Unable to determine if slot " << SlotName(slot) in IsSlotMarkedSuccessful()
Ddynamic_partition_control_android.cc347 LOG(WARNING) << "No metadata slot " << BootControlInterface::SlotName(slot) in LoadMetadataBuilder()
352 << BootControlInterface::SlotName(slot) << " in " << super_device; in LoadMetadataBuilder()
369 << BootControlInterface::SlotName(source_slot) << " in " in LoadMetadataBuilder()
374 << BootControlInterface::SlotName(source_slot) << " in " in LoadMetadataBuilder()
386 << BootControlInterface::SlotName(target_slot) << " in " in StoreMetadata()
400 << BootControlInterface::SlotName(target_slot) << " in " in StoreMetadata()
405 << BootControlInterface::SlotName(target_slot) << " in " in StoreMetadata()
841 << BootControlInterface::SlotName(source_slot); in PrepareDynamicPartitionsForUpdate()
962 << BootControlInterface::SlotName(source_slot); in PrepareSnapshotPartitionsForUpdate()
1209 << BootControlInterface::SlotName(slot); in GetDynamicPartitionDevice()
[all …]
/system/update_engine/common/
Dboot_control_interface.h115 static std::string SlotName(Slot slot) { in SlotName() function
/system/update_engine/payload_consumer/
Dpartition_writer.cc142 << " on slot " << BootControlInterface::SlotName(source_slot) in OpenSourcePartition()
176 << BootControlInterface::SlotName(target_slot) << ", file " in Init()
Dinstall_plan.cc95 {"source_slot", BootControlInterface::SlotName(source_slot)}, in ToString()
96 {"target_slot", BootControlInterface::SlotName(target_slot)}, in ToString()
Ddelta_performer.cc845 << BootControlInterface::SlotName(target_slot); in PreparePartitionsForUpdate()
/system/update_engine/
Ddownload_action.cc88 << BootControlInterface::SlotName(install_plan_.target_slot) in PerformAction()