• Home
  • Raw
  • Download

Lines Matching refs:ART_FORMAT

157       LOG(ERROR) << ART_FORMAT("Failed to get the file size of '{}': {}", path, ec.message());  in GetSize()
168 LOG(ERROR) << ART_FORMAT("Failed to remove '{}': {}", path, ec.message()); in DeleteFile()
351 .errorMsg = ART_FORMAT("Failed to load profile '{}': {}", src->GetPath(), error_msg)}; in AnalyzeCopyAndRewriteProfileFailure()
419 LOG(WARNING) << ART_FORMAT( in ExtractEmbeddedProfileToFd()
428 ART_FORMAT("{} extracted in memory from {}", kEmbeddedProfileEntry, dex_path); in ExtractEmbeddedProfileToFd()
456 std::string path = ART_FORMAT("/proc/self/fd/{}", memfd.Fd()); in ExtractEmbeddedProfileToFd()
512 return Fatal(ART_FORMAT("Expected flag 'isPreReboot' in argument '{}' to be {}, got {}", \
632 ART_FORMAT("Failed to open profile '{}': {}", profile_path, profile.error().message())); in isProfileUsable()
651 LOG(INFO) << ART_FORMAT("profman returned code {}", result.value()); in isProfileUsable()
655 return NonFatal(ART_FORMAT("profman returned an unexpected code: {}", result.value())); in isProfileUsable()
699 LOG(INFO) << ART_FORMAT("profman returned code {}", result.value()); in CopyAndRewriteProfileImpl()
709 return NonFatal(ART_FORMAT("profman returned an unexpected code: {}", result.value())); in CopyAndRewriteProfileImpl()
734 ART_FORMAT("Failed to open src profile '{}': {}", src_path, src.error().message())); in copyAndRewriteProfile()
747 return NonFatal(ART_FORMAT( in copyAndRewriteEmbeddedProfile()
766 return NonFatal(ART_FORMAT( in commitTmpProfile()
822 return Fatal(ART_FORMAT("Does not support DM file, got '{}'", profile_path)); in mergeProfiles()
852 return NonFatal(ART_FORMAT( in mergeProfiles()
878 return Fatal(ART_FORMAT("Does not support DM file, got '{}'", reference_profile_path)); in mergeProfiles()
920 LOG(INFO) << ART_FORMAT("profman returned code {}", result.value()); in mergeProfiles()
932 return NonFatal(ART_FORMAT("profman returned an unexpected code: {}", result.value())); in mergeProfiles()
1016 ART_FORMAT("Class loader context '{}' is invalid", in_classLoaderContext.value())); in dexopt()
1046 return NonFatal(ART_FORMAT( in dexopt()
1057 return NonFatal(ART_FORMAT( in dexopt()
1093 std::string swap_file_path = ART_FORMAT("{}.swap", artifacts_path.oat_path); in dexopt()
1142 return NonFatal(ART_FORMAT( in dexopt()
1186 LOG(INFO) << ART_FORMAT("dex2oat returned code {}", result.value()); in dexopt()
1189 return NonFatal(ART_FORMAT("dex2oat returned an unexpected code: {}", result.value())); in dexopt()
1291 LOG(INFO) << ART_FORMAT("Cleaning up obsolete file '{}'", file); in cleanup()
1304 LOG(INFO) << ART_FORMAT("Cleaning up obsolete Pre-reboot staged file '{}'", file); in cleanUpPreRebootStagedFiles()
1339 return NonFatal(ART_FORMAT("Fstab entries not found for '{}'", in_dexFile)); in isInDalvikCache()
1446 LOG(INFO) << ART_FORMAT("Committed Pre-reboot staged file '{}' to '{}'", src_path, dst_path); in commitPreRebootStagedFiles()
1462 ART_FORMAT("Failed to read or parse old release number, got '{}'", old_release_str)); in checkPreRebootSystemRequirements()
1468 ART_FORMAT("Failed to read or parse new release number, got '{}'", new_release_str)); in checkPreRebootSystemRequirements()
1473 LOG(WARNING) << ART_FORMAT( in checkPreRebootSystemRequirements()
1644 std::string features_prop = ART_FORMAT("dalvik.vm.isa.{}.features", instruction_set); in AddCompilerConfigFlags()
1646 std::string variant_prop = ART_FORMAT("dalvik.vm.isa.{}.variant", instruction_set); in AddCompilerConfigFlags()
1774 return NonFatal(ART_FORMAT("Failed to check dir '{}': {}", tmp_dir, ec.message())); in preRebootInit()
1803 ART_FORMAT("Failed to write '{}': {}", preparation_done_file, strerror(errno))); in preRebootInit()
1837 LOG(INFO) << ART_FORMAT("Setting environment variable '{}' to '{}'", key, value); in PreRebootInitSetEnvFromFile()
1868 LOG(INFO) << ART_FORMAT("derive_classpath returned code {}", result.value()); in PreRebootInitDeriveClasspath()
1899 LOG(INFO) << ART_FORMAT("odrefresh returned code {}", result.value()); in PreRebootInitBootImages()