Lines Matching refs:LOG

43     LOG(ERROR) << "Failed to import the sparse image.";  in SimgToImg()
57 LOG(INFO) << "Start parsing build property\n"; in ParsePropertyFile()
65 LOG(INFO) << key << ": " << value; in ParsePropertyFile()
73 LOG(INFO) << "parsing fstab\n"; in ParseFstab()
82 LOG(ERROR) << "Unexpected token size: " << tokens.size() << std::endl in ParseFstab()
91 LOG(WARNING) << "mount point '" << mount_point << "' does not start with '/'"; in ParseFstab()
97 LOG(WARNING) << "Unsupported fs_type in " << line; 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()
222 LOG(WARNING) << "Property " << key << " has different values in property files, we got " 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()