Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DCtsXmlResultReporter.java399 stream = createOutputResultStream(reportFile); in createXmlResult()
454 OutputStream createOutputResultStream(File reportFile) throws IOException { in createOutputResultStream() method in CtsXmlResultReporter
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DCtsXmlResultReporterTest.java69 OutputStream createOutputResultStream(File reportDir) throws IOException { in setUp()