Home
last modified time | relevance | path

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

/system/core/logwrapper/
Dlogwrap.cpp346 bool found_child = false; in parent() local
390 while (!found_child) { in parent()
461 found_child = true; in parent()
465 if (found_child) { in parent()
/system/libbase/
Dlogging_test.cpp673 bool found_child = false; in TEST() local
678 found_child = true; in TEST()
684 EXPECT_TRUE(found_child); in TEST()
687 if (!found_child) { in TEST()