Searched refs:tmpOutput (Results 1 – 1 of 1) sorted by relevance
380 File tmpOutput = null; in runTestXml() local383 tmpOutput = FileUtil.createTempFile(testRunName, ".xml"); in runTestXml()391 testDevice.pullFile(tmpResName, tmpOutput); in runTestXml()396 if (tmpOutput.exists()) { in runTestXml()397 parser.parseResult(tmpOutput, outputCollector); in runTestXml()408 FileUtil.deleteFile(tmpOutput); in runTestXml()