Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DRunUtilTest.java426 OutputStream stderrStream = null; in testRuntimedCmd_withFileOutputStream() local
480 OutputStream stderrStream = null; in testRuntimedCmd_notWritable() local
/tools/tradefederation/core/common_util/com/android/tradefed/cache/remote/
DRemoteCacheClient.java206 OutputStream stderrStream = null; in lookupCache() local
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java801 final OutputStream stderrStream, in RunnableResult()