Searched refs:WaitForExit (Results 1 – 5 of 5) sorted by relevance
114 bool WaitForExit(int* exit_code) const;
358 bool Process::WaitForExit(int* exit_code) const { in WaitForExit() function in base::Process
641 return process.WaitForExit(exit_code); in GetAppOutputInternal()
297 process.WaitForExit(); in RunClangFormat()
694 EXPECT_TRUE(children[index].process.WaitForExit(&exit_code)); in TEST_F()