Searched refs:NonFatal (Results 1 – 3 of 3) sorted by relevance
48 [[maybe_unused]] static ndk::ScopedAStatus NonFatal(const std::string& message) { in NonFatal() function67 #define OR_RETURN_NON_FATAL(expr) OR_RETURN_ERROR(NonFatal, expr)
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()[all …]
75 using ::art::tools::NonFatal;