Searched refs:mStderrPipe (Results 1 – 2 of 2) sorted by relevance
139 if (pipe(mStderrPipe.fds) != 0) in PosixProcess()144 if (fcntl(mStderrPipe.fds[0], F_SETFL, O_NONBLOCK) == -1) in PosixProcess()182 if (dup2(mStderrPipe.fds[1], STDERR_FILENO) < 0) in PosixProcess()186 mStderrPipe.closeEndPoint(1); in PosixProcess()215 mStderrPipe.closeEndPoint(1); in PosixProcess()277 if (mStderrPipe.valid()) in finished()279 ReadEntireFile(mStderrPipe.fds[0], &mStderr); in finished()311 if (mStderrPipe.valid()) in readPipes()313 ReadEntireFile(mStderrPipe.fds[0], &mStderr); in readPipes()320 ScopedPipe mStderrPipe; member in angle::__anon527cec690111::PosixProcess
193 if (!mStderrPipe.initPipe(&securityAttribs)) in WindowsProcess()197 startInfo.hStdError = mStderrPipe.writeHandle; in WindowsProcess()254 if (!mStdoutPipe.closeWriteHandle() || !mStderrPipe.closeWriteHandle()) in WindowsProcess()286 if (mStderrPipe.valid()) in finish()288 ReadFromFile(true, mStderrPipe.readHandle, &mStderr); in finish()307 if (mStderrPipe.valid()) in finished()309 ReadFromFile(false, mStderrPipe.readHandle, &mStderr); in finished()380 ScopedPipe mStderrPipe; member in angle::__anon1d13e47c0111::WindowsProcess