Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java252 File stderrBuffer = null; in runTimedCmdWithOutputMonitor() local
259 stderrBuffer = FileUtil.createTempFile("stderr-to-upload", ".txt"); in runTimedCmdWithOutputMonitor()
260 stderrBuffer.deleteOnExit(); in runTimedCmdWithOutputMonitor()
261 stderr = new ForkedOutputStream(stderr, new FileOutputStream(stderrBuffer)); in runTimedCmdWithOutputMonitor()
287 result.getExitCode(), stdoutBuffer, stderrBuffer)); in runTimedCmdWithOutputMonitor()
297 FileUtil.deleteFile(stderrBuffer); in runTimedCmdWithOutputMonitor()