Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_posix.cc342 int local_exit_code = 0; in WaitForExitWithTimeout() local
343 bool exited = WaitForExitWithTimeoutImpl(Handle(), &local_exit_code, timeout); in WaitForExitWithTimeout()
345 Exited(local_exit_code); in WaitForExitWithTimeout()
347 *exit_code = local_exit_code; in WaitForExitWithTimeout()