Home
last modified time | relevance | path

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

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