Searched refs:stdoutStream (Results 1 – 3 of 3) sorted by relevance
335 OutputStream stdoutStream = null; in testRuntimedCmd_withFileOutputStream() local339 stdoutStream = new FileOutputStream(stdout); in testRuntimedCmd_withFileOutputStream()348 spyUtil.runTimedCmd(LONG_TIMEOUT_MS, stdoutStream, stderrStream, command); in testRuntimedCmd_withFileOutputStream()351 "redirected to " + stdoutStream.getClass().getSimpleName()); in testRuntimedCmd_withFileOutputStream()390 OutputStream stdoutStream = null; in testRuntimedCmd_notWritable() local394 stdoutStream = new FileOutputStream(stdout); in testRuntimedCmd_notWritable()405 spyUtil.runTimedCmd(LONG_TIMEOUT_MS, stdoutStream, stderrStream, command); in testRuntimedCmd_notWritable()409 result.getStdout(), "redirected to " + stdoutStream.getClass().getSimpleName()); in testRuntimedCmd_notWritable()
635 OutputStream stdoutStream, in RunnableResult() argument657 mStdOut = stdoutStream != null ? stdoutStream : new ByteArrayOutputStream(); in RunnableResult()
128 try (FileOutputStream stdoutStream = new FileOutputStream(stdout); in runBinary() argument133 stdoutStream, in runBinary()