Lines Matching refs:ERROR
78 LOG(ERROR) << "Invalid partition name \"" << partition << "\""; in read_blocks()
88 PLOG(ERROR) << "Failed to scan dir " << DM_PATH_PREFIX; in read_blocks()
92 LOG(ERROR) << "dm block device not found for " << partition; in read_blocks()
125 LOG(ERROR) << "Failed to find dm block device for " << partition; in read_blocks()
135 LOG(ERROR) << "Error parsing RangeSet string " << range_str; in read_blocks()
149 PLOG(ERROR) << "Error reading " << dm_block_device << " for partition " << partition; in read_blocks()
161 PLOG(ERROR) << "lseek to " << range_start << " failed"; in read_blocks()
169 PLOG(ERROR) << "Failed to read blocks " << range_start << " to " << range_end; in read_blocks()
213 LOG(ERROR) << "Error reading care map contents to string."; in verify_image()
220 LOG(ERROR) << "Invalid lines in care_map: found " << lines.size() in verify_image()
242 LOG(ERROR) << "Failed to reboot."; in reboot_device()
255 LOG(ERROR) << "Error getting bootctrl module."; in update_verifier()
277 LOG(ERROR) << "Failed to get dm-verity mode."; in update_verifier()
288 LOG(ERROR) << "Unexpected dm-verity mode : " << verity_mode << ", expecting enforcing."; in update_verifier()
295 LOG(ERROR) << "Failed to verify all blocks in care map file."; in update_verifier()
306 LOG(ERROR) << "Error marking booted successfully: " << cr.errMsg; in update_verifier()