• Home
  • Raw
  • Download

Lines Matching refs:ART_FORMAT

152     std::string output_file_path = ART_FORMAT("{}/{}", output_directory_path, file_basename);  in MoveOrEraseFiles()
462 std::string features_prop = ART_FORMAT("dalvik.vm.isa.{}.features", isa_str); in AddDex2OatInstructionSet()
464 std::string variant_prop = ART_FORMAT("dalvik.vm.isa.{}.variant", isa_str); in AddDex2OatInstructionSet()
557 std::string image_path = ART_FORMAT("{}/{}", artifact_dir, basename); in AddCompiledBootClasspathFdsIfAny()
950 return ART_FORMAT("{}/framework/{}", GetAndroidRoot(), basename); in GetSystemBootImageFrameworkExtension()
964 return ART_FORMAT("{}/framework/{}", GetAndroidRoot(), basename); in GetBootImageMainlineExtension()
967 return ART_FORMAT("{}/{}", config_.GetArtifactDirectory(), basename); in GetBootImageMainlineExtension()
1018 return ART_FORMAT("{}/oat/{}/{}", Dirname(jar_path), isa_str, image_name); in GetSystemServerImagePath()
1162 LOG(WARNING) << ART_FORMAT( in CheckBuildUserfaultFdGc()
1209 LOG(INFO) << ART_FORMAT("APEX ({}) version code mismatch (before: {}, now: {})", in CheckModuleInfo()
1217 LOG(INFO) << ART_FORMAT("APEX ({}) version name mismatch (before: {}, now: {})", in CheckModuleInfo()
1230 LOG(INFO) << ART_FORMAT("APEX ({}) last update time mismatch (before: {}, now: {})", in CheckModuleInfo()
1417 LOG(INFO) << ART_FORMAT("Boot images on /system OK ({})", isa_str); in CheckBootClasspathArtifactsAreUpToDate()
1422 LOG(INFO) << ART_FORMAT("Checking boot images /data ({})", isa_str); in CheckBootClasspathArtifactsAreUpToDate()
1439 LOG(INFO) << ART_FORMAT("Found minimal primary boot image ({})", isa_str); in CheckBootClasspathArtifactsAreUpToDate()
1469 LOG(INFO) << ART_FORMAT("Boot images on /data OK ({})", isa_str); in CheckBootClasspathArtifactsAreUpToDate()
1735 ART_FORMAT("Failed to open dex file '{}': {}", actual_path, strerror(errno))); in RunDex2oat()
1766 ART_FORMAT("Error encountered when preparing directory '{}'", install_location)); in RunDex2oat()
1777 ART_FORMAT("Failed to create {} file '{}': {}", kind, output_location, strerror(errno))); in RunDex2oat()
1795 LOG(INFO) << ART_FORMAT("{}: {} [timeout {}s]", debug_message, cmd_line, timeout); in RunDex2oat()
1808 ART_FORMAT("dex2oat returned an unexpected code: {}", dex2oat_result.exit_code), in RunDex2oat()
1818 ART_FORMAT("Failed to flush close file '{}'", file->GetPath())); in RunDex2oat()
1825 ART_FORMAT("Failed to flush file '{}'", file->GetPath())); in RunDex2oat()
1831 ART_FORMAT("Failed to commit artifacts to '{}'", install_location)); in RunDex2oat()
1881 LOG(WARNING) << ART_FORMAT("Missing dirty objects file '{}'", dirty_image_objects_file); in RunDex2oatForBootClasspath()
1884 ART_FORMAT("Failed to open dirty objects file '{}': {}", in RunDex2oatForBootClasspath()
1895 LOG(WARNING) << ART_FORMAT("Missing preloaded classes file '{}'", preloaded_classes_file); in RunDex2oatForBootClasspath()
1898 ART_FORMAT("Failed to open preloaded classes file '{}': {}", in RunDex2oatForBootClasspath()
1913 ART_FORMAT("Compiling boot classpath ({}, {})", GetInstructionSetString(isa), debug_name), in RunDex2oatForBootClasspath()
2063 ART_FORMAT( in RunDex2oatForSystemServer()
2077 ART_FORMAT("Compiling {}", Basename(dex_file)), in RunDex2oatForSystemServer()
2110 LOG(ERROR) << ART_FORMAT("Compilation of {} failed: {}", Basename(jar), result.error_msg); in CompileSystemServer()