Home
last modified time | relevance | path

Searched defs:WaitForExit (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/services/
Dscoped_process.cc78 int ScopedProcess::WaitForExit(bool* got_signaled) { in WaitForExit() function in sandbox::ScopedProcess
/external/libchrome/base/process/
Dprocess_posix.cc356 bool Process::WaitForExit(int* exit_code) { in WaitForExit() function in base::Process