Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dsubprocess.cc262 bool stdout_closed = false, stderr_closed = false; in SynchronousExecFlags() local
263 while (!stdout_closed || !stderr_closed) { in SynchronousExecFlags()
264 if (!stdout_closed) { in SynchronousExecFlags()
267 stdout_closed = true; in SynchronousExecFlags()