Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java251 File stdoutBuffer = null; in runTimedCmdWithOutputMonitor() local
255 stdoutBuffer = FileUtil.createTempFile("stdout-to-upload", ".txt"); in runTimedCmdWithOutputMonitor()
256 stdoutBuffer.deleteOnExit(); in runTimedCmdWithOutputMonitor()
257 stdout = new ForkedOutputStream(stdout, new FileOutputStream(stdoutBuffer)); in runTimedCmdWithOutputMonitor()
287 result.getExitCode(), stdoutBuffer, stderrBuffer)); in runTimedCmdWithOutputMonitor()
296 FileUtil.deleteFile(stdoutBuffer); in runTimedCmdWithOutputMonitor()