• Home
  • Raw
  • Download

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()
141 LOG(ERROR) << "Failed to extract " << name in ReadEntryToString()
151 LOG(ERROR) << "failed to read " << name << " from package: " << ErrorCodeString(extract_err); in ReadEntryToString()
169 LOG(ERROR) << "failed to find " << name << " in the package: " << ErrorCodeString(find_err); in ExtractEntryToTempFile()
174 LOG(ERROR) << "Failed to extract zip entry " << name << " : " << ErrorCodeString(status); in ExtractEntryToTempFile()
183 LOG(ERROR) << "failed to open source target file " << path_ << ": " << ErrorCodeString(ret); in Open()
224 LOG(ERROR) << "Failed to parse build prop in " << name; in GetBuildProps()
229 LOG(WARNING) << "Property " << key << " has different values in property files, we got " in GetBuildProps()
258 LOG(ERROR) << "Failed to convert " << fstab_info.mount_point << " to raw."; in ExtractImage()
283 LOG(ERROR) << "Failed to parse the recovery fstab file"; in ParseFstabInfo()
289 LOG(ERROR) << "Failed to mount the block devices for source build."; in ParseFstabInfo()