Home
last modified time | relevance | path

Searched refs:GetAbortMessage (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtransaction.h220 const std::string& GetAbortMessage() LOCKS_EXCLUDED(log_lock_);
Dtransaction.cc83 GetAbortMessage().c_str()); in ThrowAbortError()
96 const std::string& Transaction::GetAbortMessage() { in GetAbortMessage() function in art::Transaction