Home
last modified time | relevance | path

Searched refs:NonFatal (Results 1 – 3 of 3) sorted by relevance

/art/libarttools/include_binder_utils/tools/
Dbinder_utils.h48 [[maybe_unused]] static ndk::ScopedAStatus NonFatal(const std::string& message) { in NonFatal() function
67 #define OR_RETURN_NON_FATAL(expr) OR_RETURN_ERROR(NonFatal, expr)
/art/artd/
Dartd.cc131 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 …]
/art/dexopt_chroot_setup/
Ddexopt_chroot_setup.cc75 using ::art::tools::NonFatal;