• Home
  • Raw
  • Download

Lines Matching refs:ERROR

94     LOG(ERROR) << error;  in UsageErrorV()
173 PLOG(ERROR) << "Failed to open " << QuotePath(output_file_path); in MoveOrEraseFiles()
182 PLOG(ERROR) << "Could not set file mode on " << QuotePath(output_file_path); in MoveOrEraseFiles()
190 PLOG(ERROR) << "Failed to copy " << QuotePath(file->GetPath()) in MoveOrEraseFiles()
198 PLOG(ERROR) << "Failed to erase " << QuotePath(file->GetPath()); in MoveOrEraseFiles()
205 PLOG(ERROR) << "Failed to flush and close file " << QuotePath(output_file_path); in MoveOrEraseFiles()
313 PLOG(ERROR) << "Failed to unlink() file " << QuotePath(cache_info_filename_); in WriteCacheInfo()
319 LOG(ERROR) << "Could not create directory: " << QuotePath(dir_name); in WriteCacheInfo()
325 LOG(ERROR) << "Unable to generate cache provenance"; in WriteCacheInfo()
336 LOG(ERROR) << "No boot classpath extension components."; in WriteCacheInfo()
343 LOG(ERROR) << "No system_server extension components."; in WriteCacheInfo()
360 LOG(ERROR) << "Could not update " << QuotePath(cache_info_filename_) << " : no ART Apex info"; in GenerateArtModuleInfo()
414 PLOG(ERROR) << "Failed to get component: " << QuotePath(path); in GenerateComponents()
422 LOG(ERROR) << "Failed to get components: " << error_msg; in GenerateComponents()
457 PLOG(ERROR) << "Failed to stat() " << path; in ArtifactsExist()
499 LOG(ERROR) << "Could not get ART APEX info."; in CheckArtifactsAreUpToDate()
508 LOG(ERROR) << "Failed to generate cache provenance."; in CheckArtifactsAreUpToDate()
528 PLOG(ERROR) << "No prior cache-info file: " << QuotePath(cache_info_filename_); in CheckArtifactsAreUpToDate()
537 PLOG(ERROR) << "Failed to read cache-info file: " << QuotePath(cache_info_filename_); in CheckArtifactsAreUpToDate()
746 PLOG(ERROR) << "Failed to open \"" << location << "\""; in VerifySystemServerArtifactsAreUpToDate()
779 LOG(ERROR) << "Unexpected exit from dexoptanalyzer: " << error_msg; in VerifySystemServerArtifactsAreUpToDate()
812 LOG(ERROR) << "Unexpected result from dexoptanalyzer: " << dexoptanalyzer_result; in VerifySystemServerArtifactsAreUpToDate()
871 LOG(ERROR) << "Unexpected exit from dexoptanalyzer: " << error_msg; in VerifyBootExtensionArtifactsAreUpToDate()
962 PLOG(ERROR) << "Failed to remove: " << QuotePath(location); in RemoveArtifacts()
1067 PLOG(ERROR) << "Failed to create " << kind << " file: " << staging_location; in CompileBootExtensionArtifacts()
1074 PLOG(ERROR) << "Could not set file mode on " << QuotePath(staging_location); in CompileBootExtensionArtifacts()
1175 PLOG(ERROR) << "Failed to create " << kind << " file: " << staging_location; in CompileSystemServerArtifacts()
1316 LOG(ERROR) << "Compilation of BCP failed: " << error_msg; in Compile()
1336 LOG(ERROR) << "Compilation of system_server failed: " << error_msg; in Compile()