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.java402 File tmpOutput = null; in runTestXml() local
405 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()