Home
last modified time | relevance | path

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

/system/update_engine/common/
Dsubprocess.cc263 bool stdout_closed = false, stderr_closed = false; in SynchronousExecFlags() local
264 while (!stdout_closed || !stderr_closed) { in SynchronousExecFlags()
265 if (!stdout_closed) { in SynchronousExecFlags()
268 stdout_closed = true; in SynchronousExecFlags()