Searched refs:stderrStream (Results 1 – 2 of 2) sorted by relevance
296 OutputStream stderrStream = null; in testRuntimedCmd_withFileOutputStream() local301 stderrStream = new FileOutputStream(stderr); in testRuntimedCmd_withFileOutputStream()308 spyUtil.runTimedCmd(LONG_TIMEOUT_MS, stdoutStream, stderrStream, command); in testRuntimedCmd_withFileOutputStream()313 "redirected to " + stderrStream.getClass().getSimpleName()); in testRuntimedCmd_withFileOutputStream()349 OutputStream stderrStream = null; in testRuntimedCmd_notWritable() local355 stderrStream = new FileOutputStream(stderr); in testRuntimedCmd_notWritable()363 spyUtil.runTimedCmd(SHORT_TIMEOUT_MS, stdoutStream, stderrStream, command); in testRuntimedCmd_notWritable()368 "redirected to " + stderrStream.getClass().getSimpleName()); in testRuntimedCmd_notWritable()
597 OutputStream stderrStream, boolean closeStreamAfterRun) { in RunnableResult() argument613 if (stderrStream != null) { in RunnableResult()614 stdErr = stderrStream; in RunnableResult()