Searched refs:stderrBuffer (Results 1 – 1 of 1) sorted by relevance
252 File stderrBuffer = null; in runTimedCmdWithOutputMonitor() local259 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()