Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DReportLogCollector.java43 private String mDestDir; field in ReportLogCollector
64 if (mDestDir != null) { in prepareReportLogContainers()
65 resultDir = new File(resultDir, mDestDir); in prepareReportLogContainers()
83 if (mDestDir != null) { in tearDown()
84 resultDir = new File(resultDir, mDestDir); in tearDown()
DDeviceInfoCollector.java81 private String mDestDir = DeviceInfo.RESULT_DIR_NAME; field in DeviceInfoCollector