Lines Matching refs:ERROR
60 LOG(ERROR) << "Error getting bootctrl HIDL module."; in Init()
104 LOG(ERROR) << "Device file " << misc_device.value() << " for /misc " in GetPartitionDevice()
116 LOG(ERROR) << "boot_control impl returned no suffix for slot " in GetPartitionDevice()
123 LOG(ERROR) << "Device file " << path.value() << " does not exist."; in GetPartitionDevice()
134 LOG(ERROR) << "Unable to determine if slot " << SlotName(slot) in IsSlotBootable()
140 LOG(ERROR) << "Invalid slot: " << SlotName(slot); in IsSlotBootable()
150 LOG(ERROR) << "Unable to call MarkSlotUnbootable for slot " in MarkSlotUnbootable()
156 LOG(ERROR) << "Unable to mark slot " << SlotName(slot) in MarkSlotUnbootable()
166 LOG(ERROR) << "Unable to call SetActiveBootSlot for slot " << SlotName(slot) in SetActiveBootSlot()
171 LOG(ERROR) << "Unable to set the active slot to slot " << SlotName(slot) in SetActiveBootSlot()
182 LOG(ERROR) << "Unable to call MarkBootSuccessful: " in MarkBootSuccessfulAsync()
187 LOG(ERROR) << "Unable to mark boot successful: " << result.errMsg.c_str(); in MarkBootSuccessfulAsync()