Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h109 const char* LastErrorCodeString() { return GetErrorCodeString(last_error_.code); } in LastErrorCodeString() function
/system/unwinding/libunwindstack/tests/
DUnwindTest.cpp117 unwinder->LastErrorCodeString() + "\n" + in ErrorMsg()