Searched refs:stdoutStream (Results 1 – 4 of 4) 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()
127 try (FileOutputStream stdoutStream = new FileOutputStream(stdout); in runBinary() argument132 stdoutStream, in runBinary()
635 OutputStream stdoutStream, in RunnableResult() argument657 mStdOut = stdoutStream != null ? stdoutStream : new ByteArrayOutputStream(); in RunnableResult()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...