Lines Matching refs:ERROR
31 PLOG(ERROR) << "Failed to lseek64 on the input sparse image"; in SimgToImg()
36 PLOG(ERROR) << "Failed to lseek64 on the output raw image"; in SimgToImg()
43 LOG(ERROR) << "Failed to import the sparse image."; in SimgToImg()
48 PLOG(ERROR) << "Failed to output the raw image file."; in SimgToImg()
82 LOG(ERROR) << "Unexpected token size: " << tokens.size() << std::endl in ParseFstab()
131 LOG(ERROR) << "failed to find " << name << " in the package: " << ErrorCodeString(find_err); in ReadEntryToString()
144 LOG(ERROR) << "failed to read " << name << " from package: " << ErrorCodeString(extract_err); in ReadEntryToString()
162 LOG(ERROR) << "failed to find " << name << " in the package: " << ErrorCodeString(find_err); in ExtractEntryToTempFile()
167 LOG(ERROR) << "Failed to extract zip entry " << name << " : " << ErrorCodeString(status); in ExtractEntryToTempFile()
176 LOG(ERROR) << "failed to open source target file " << path_ << ": " << ErrorCodeString(ret); in Open()
217 LOG(ERROR) << "Failed to parse build prop in " << name; in GetBuildProps()
251 LOG(ERROR) << "Failed to convert " << fstab_info.mount_point << " to raw."; in ExtractImage()
276 LOG(ERROR) << "Failed to parse the recovery fstab file"; in ParseFstabInfo()
282 LOG(ERROR) << "Failed to mount the block devices for source build."; in ParseFstabInfo()