Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DLocalUnwinderTest.cpp53 static std::string ErrorMsg(const std::vector<const char*>& function_names, in ErrorMsg() function
125 ASSERT_TRUE(expected_function_names.empty()) << ErrorMsg(expected_function_names, frame_info); in LocalInnerFunction()
205 ASSERT_TRUE(expected_function_names.empty()) << ErrorMsg(expected_function_names, frame_info); in TEST_F()
DUnwindTest.cpp104 static std::string ErrorMsg(const std::vector<const char*>& function_names, Unwinder* unwinder) { in ErrorMsg() function
127 ASSERT_TRUE(expected_function_names.empty()) << ErrorMsg(expected_function_names, unwinder); in VerifyUnwindFrames()