Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilTest.java335 OutputStream stdoutStream = null; in testRuntimedCmd_withFileOutputStream() local
339 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() local
394 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()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java635 OutputStream stdoutStream, in RunnableResult() argument
657 mStdOut = stdoutStream != null ? stdoutStream : new ByteArrayOutputStream(); in RunnableResult()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableHostTest.java128 try (FileOutputStream stdoutStream = new FileOutputStream(stdout); in runBinary() argument
133 stdoutStream, in runBinary()