Searched refs:log_sources (Results 1 – 1 of 1) sorted by relevance
472 std::vector<std::string> log_sources(2); in TEST_P() local473 ConsumeFd(std::move(output_fd), &log_sources[0]); in TEST_P()474 logcat_collector.Collect(&log_sources[1]); in TEST_P()476 ASSERT_MATCH(log_sources[0], "Memory tags around the fault address"); in TEST_P()478 for (const auto& result : log_sources) { in TEST_P()544 std::vector<std::string> log_sources(2); in TEST_P() local545 ConsumeFd(std::move(output_fd), &log_sources[0]); in TEST_P()546 logcat_collector.Collect(&log_sources[1]); in TEST_P()551 ASSERT_MATCH(log_sources[0], "Memory tags around the fault address"); in TEST_P()554 for (const auto& result : log_sources) { in TEST_P()[all …]