Searched refs:tmpOutput (Results 1 – 1 of 1) sorted by relevance
402 File tmpOutput = null; in runTestXml() local405 tmpOutput = FileUtil.createTempFile(testRunName, ".xml"); in runTestXml()413 testDevice.pullFile(tmpResName, tmpOutput); in runTestXml()418 if (tmpOutput.exists()) { in runTestXml()419 parser.parseResult(tmpOutput, outputCollector); in runTestXml()436 FileUtil.deleteFile(tmpOutput); in runTestXml()