Home
last modified time | relevance | path

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

/external/cronet/base/test/launcher/
Dtest_launcher.cc180 class ProcessResultWatcher : public ResultWatcher { class
182 ProcessResultWatcher(FilePath result_file, size_t num_tests, Process& process) in ProcessResultWatcher() function in base::ProcessResultWatcher
195 int ProcessResultWatcher::GetExitCode() { in GetExitCode()
199 bool ProcessResultWatcher::WaitWithTimeout(TimeDelta timeout) { in WaitWithTimeout()
555 ProcessResultWatcher result_watcher(result_file, num_tests, process); in LaunchChildTestProcessWithOptions()