Lines Matching refs:NonFatal
131 using ::art::tools::NonFatal;
574 return NonFatal("Failed to get runtime options: " + ofa_context.error().message()); in getDexoptStatus()
588 return NonFatal("Failed to create OatFileAssistant: " + error_msg); in getDexoptStatus()
631 return NonFatal( in isProfileUsable()
648 return NonFatal("Failed to run profman: " + result.error().message()); in isProfileUsable()
655 return NonFatal(ART_FORMAT("profman returned an unexpected code: {}", result.value())); in isProfileUsable()
696 return NonFatal("Failed to run profman: " + result.error().message()); in CopyAndRewriteProfileImpl()
709 return NonFatal(ART_FORMAT("profman returned an unexpected code: {}", result.value())); in CopyAndRewriteProfileImpl()
733 return NonFatal( in copyAndRewriteProfile()
747 return NonFatal(ART_FORMAT( in copyAndRewriteEmbeddedProfile()
766 return NonFatal(ART_FORMAT( in commitTmpProfile()
852 return NonFatal(ART_FORMAT( in mergeProfiles()
917 return NonFatal("Failed to run profman: " + result.error().message()); in mergeProfiles()
932 return NonFatal(ART_FORMAT("profman returned an unexpected code: {}", result.value())); in mergeProfiles()
950 return NonFatal("Failed to get runtime options: " + ofa_context.error().message()); in getDexoptNeeded()
964 return NonFatal("Failed to create OatFileAssistant: " + error_msg); in getDexoptNeeded()
977 return NonFatal("Failed to open dex file: " + error_msg); in getDexoptNeeded()
1046 return NonFatal(ART_FORMAT( in dexopt()
1057 return NonFatal(ART_FORMAT( in dexopt()
1142 return NonFatal(ART_FORMAT( in dexopt()
1183 return NonFatal("Failed to run dex2oat: " + result.error().message()); in dexopt()
1189 return NonFatal(ART_FORMAT("dex2oat returned an unexpected code: {}", result.value())); in dexopt()
1339 return NonFatal(ART_FORMAT("Fstab entries not found for '{}'", in_dexFile)); in isInDalvikCache()
1461 return NonFatal( in checkPreRebootSystemRequirements()
1467 return NonFatal( in checkPreRebootSystemRequirements()
1774 return NonFatal(ART_FORMAT("Failed to check dir '{}': {}", tmp_dir, ec.message())); in preRebootInit()
1802 return NonFatal( in preRebootInit()