Home
last modified time | relevance | path

Searched refs:tmpOutput (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGTest.java595 File tmpOutput = null; in runTestXml() local
598 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()