Home
last modified time | relevance | path

Searched refs:Fatal (Results 1 – 4 of 4) sorted by relevance

/art/libarttools/include_binder_utils/tools/
Dbinder_utils.h37 [[maybe_unused]] static ndk::ScopedAStatus Fatal(const std::string& message) { in Fatal() function
66 #define OR_RETURN_FATAL(expr) OR_RETURN_ERROR(Fatal, expr)
/art/dexopt_chroot_setup/
Ddexopt_chroot_setup.cc73 using ::art::tools::Fatal;
343 return Fatal("Unexpected concurrent calls"); in setUp()
348 return Fatal(ART_FORMAT("Invalid OTA slot '{}'", in_otaSlot.value())); in setUp()
356 return Fatal("Unexpected concurrent calls"); in init()
366 return Fatal("Unexpected concurrent calls"); in tearDown()
/art/artd/
Dartd.cc129 using ::art::tools::Fatal;
500 return Fatal("This method is not supported in Pre-reboot Dexopt mode"); \
505 return Fatal("This method is only supported in Pre-reboot Dexopt mode"); \
512 return Fatal(ART_FORMAT("Expected flag 'isPreReboot' in argument '{}' to be {}, got {}", \
822 return Fatal(ART_FORMAT("Does not support DM file, got '{}'", profile_path)); in mergeProfiles()
834 return Fatal("Only one of 'forceMerge', 'dumpOnly', and 'dumpClassesAndMethods' can be set"); in mergeProfiles()
871 return Fatal( in mergeProfiles()
878 return Fatal(ART_FORMAT("Does not support DM file, got '{}'", reference_profile_path)); in mergeProfiles()
1015 return Fatal( in dexopt()
1777 return Fatal( in preRebootInit()
/art/dex2oat/
Ddex2oat.cc297 Fatal(message); \
363 NO_RETURN static void Fatal(const std::string& message) { in Fatal() function in art::WatchDog
398 Fatal(StringPrintf("dex2oat did not finish after %" PRId64 " milliseconds", in Wait()
402 Fatal(message); in Wait()