Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_util_unittest.cc704 bool did_exit = child_process.WaitForExitWithTimeout( in TEST_F() local
711 did_exit = did_exit || (errno == ECHILD); in TEST_F()
714 EXPECT_TRUE(did_exit); in TEST_F()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc375 bool did_exit = false; in LaunchChildTestProcessWithOptions() local
379 did_exit = process.WaitForExitWithTimeout(timeout, &exit_code); in LaunchChildTestProcessWithOptions()
382 if (!did_exit) { in LaunchChildTestProcessWithOptions()