Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dkallsyms_test.cpp100 const std::string warning_msg = "Access to kernel symbol addresses is restricted."; in TEST() local
107 ASSERT_NE(capture.str().find(warning_msg), std::string::npos); in TEST()
115 ASSERT_NE(capture.str().find(warning_msg), std::string::npos); in TEST()
122 ASSERT_NE(capture.str().find(warning_msg), std::string::npos); in TEST()
136 auto pos = output.find(warning_msg); in TEST()
138 ASSERT_EQ(output.find(warning_msg, pos + warning_msg.size()), std::string::npos); in TEST()
Dcmd_record_test.cpp1203 const std::string warning_msg = "Access to kernel symbol addresses is restricted."; in TEST() local
1211 ASSERT_EQ(capture.str().find(warning_msg), std::string::npos); in TEST()
1220 auto pos = output.find(warning_msg); in TEST()
1222 ASSERT_EQ(output.find(warning_msg, pos + warning_msg.size()), std::string::npos); in TEST()