Home
last modified time | relevance | path

Searched refs:stdoutStream (Results 1 – 4 of 4) 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/test_framework/com/android/tradefed/testtype/binary/
DExecutableHostTest.java127 try (FileOutputStream stdoutStream = new FileOutputStream(stdout); in runBinary() argument
132 stdoutStream, in runBinary()
/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/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...