Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp180 bool found_all; in FindStrings() local
183 found_all = true; in FindStrings()
186 found_all = false; in FindStrings()
190 if (found_all) { in FindStrings()
197 ASSERT_TRUE(found_all) << "Didn't find expected log output:\n" + log_str; in FindStrings()