Lines Matching refs:LOG
61 LOG(ERROR) << "Error getting bootctrl HIDL module."; in Init()
65 LOG(INFO) << "Loaded boot control hidl hal."; in Init()
105 LOG(ERROR) << "Device file " << misc_device.value() << " for /misc " in GetPartitionDevice()
117 LOG(ERROR) << "boot_control impl returned no suffix for slot " in GetPartitionDevice()
124 LOG(ERROR) << "Device file " << path.value() << " does not exist."; in GetPartitionDevice()
135 LOG(ERROR) << "Unable to determine if slot " << SlotName(slot) in IsSlotBootable()
141 LOG(ERROR) << "Invalid slot: " << SlotName(slot); in IsSlotBootable()
151 LOG(ERROR) << "Unable to call MarkSlotUnbootable for 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()
183 LOG(ERROR) << "Unable to call MarkBootSuccessful: " in MarkBootSuccessfulAsync()
188 LOG(ERROR) << "Unable to mark boot successful: " << result.errMsg.c_str(); in MarkBootSuccessfulAsync()