Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DError.h47 static inline const char* GetErrorCodeString(ErrorCode error) { in GetErrorCodeString() function
H A DUnwinder.h124 const char* LastErrorCodeString() { return GetErrorCodeString(last_error_.code); } in LastErrorCodeString()