Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DCtsXmlResultReporter.java158 mReportDir = createUniqueReportDir(mReportDir); in invocationStarted()
186 private static synchronized File createUniqueReportDir(File parentDir) { in createUniqueReportDir() method in CtsXmlResultReporter