Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DLocalUnwinderTest.cpp53 static std::string ErrorMsg(const std::vector<const char*>& function_names, in ErrorMsg() function
124 ASSERT_TRUE(expected_function_names.empty()) << ErrorMsg(expected_function_names, frame_info); in LocalInnerFunction()
204 ASSERT_TRUE(expected_function_names.empty()) << ErrorMsg(expected_function_names, frame_info); in TEST_F()
DUnwindTest.cpp102 static std::string ErrorMsg(const std::vector<const char*>& function_names, Unwinder* unwinder) { in ErrorMsg() function
126 ASSERT_TRUE(expected_function_names.empty()) << ErrorMsg(expected_function_names, unwinder); in VerifyUnwind()