Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DError.h49 static inline const char* GetErrorCodeString(ErrorCode error) { in GetErrorCodeString() function
DUnwinder.h109 const char* LastErrorCodeString() { return GetErrorCodeString(last_error_.code); } in LastErrorCodeString()
/system/unwinding/libunwindstack/
DAndroidUnwinder.cpp64 std::string error_msg(GetErrorCodeString(error.code)); in GetErrorString()