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