Home
last modified time | relevance | path

Searched defs:stderrStream (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilTest.java336 OutputStream stderrStream = null; in testRuntimedCmd_withFileOutputStream() local
391 OutputStream stderrStream = null; in testRuntimedCmd_notWritable() local
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java636 OutputStream stderrStream, in RunnableResult()