Searched refs:tmpOutput (Results 1 – 1 of 1) sorted by relevance
595 File tmpOutput = null; in runTestXml() local598 tmpOutput = FileUtil.createTempFile(testRunName, ".xml"); in runTestXml()606 testDevice.pullFile(tmpResName, tmpOutput); in runTestXml()611 if (tmpOutput.exists()) { in runTestXml()612 parser.parseResult(tmpOutput, outputCollector); in runTestXml()623 FileUtil.deleteFile(tmpOutput); in runTestXml()