Home
last modified time | relevance | path

Searched refs:GetErrorCodeString (Results 1 – 5 of 5) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DError.h50 static inline const char* GetErrorCodeString(ErrorCode error) { in GetErrorCodeString() function
DUnwinder.h109 const char* LastErrorCodeString() { return GetErrorCodeString(last_error_.code); } in LastErrorCodeString()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp115 unwindstack::GetErrorCodeString(error.code)); in engrave_tombstone_ucontext()
/system/unwinding/libunwindstack/
DAndroidUnwinder.cpp58 std::string error_msg(GetErrorCodeString(error.code)); in GetErrorString()
/system/core/debuggerd/
Dcrash_dump.cpp812 << unwindstack::GetErrorCodeString(error_data.code); in main()