Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DReportLogCollector.java45 private String mDestDir; field in ReportLogCollector
66 if (mDestDir != null) { in prepareReportLogContainers()
67 resultDir = new File(resultDir, mDestDir); in prepareReportLogContainers()
95 if (mDestDir != null) { in tearDown()
96 resultDir = new File(resultDir, mDestDir); in tearDown()
DDeviceInfoCollector.java91 private String mDestDir = DeviceInfo.RESULT_DIR_NAME; field in DeviceInfoCollector
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DTestMetricsJsonResultReporter.java69 private String mDestDir = "report-log-files"; field in TestMetricsJsonResultReporter
252 if (mDestDir != null) { in copyGeneratedReportToResultsDirectory()
253 resultDir = new File(resultDir, mDestDir); in copyGeneratedReportToResultsDirectory()
/test/catbox/report/src/com/android/catbox/result/
DJsonResultReporter.java69 private String mDestDir = "report-log-files"; field in JsonResultReporter
286 if (mDestDir != null) { in copyGeneratedReportToResultsDirectory()
287 resultDir = new File(resultDir, mDestDir); in copyGeneratedReportToResultsDirectory()