Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationSuiteResultReporter.java237 File ediDir = new File(mResultDir, DeviceInfo.RESULT_DIR_NAME); in testLogDeviceInfo() local
238 ediDir.mkdirs(); in testLogDeviceInfo()
239 File ediFile = new File(ediDir, name); in testLogDeviceInfo()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java739 File ediDir = new File(mResultDir, DeviceInfo.RESULT_DIR_NAME); in testLogDeviceInfo() local
740 ediDir.mkdirs(); in testLogDeviceInfo()
741 File ediFile = new File(ediDir, name); in testLogDeviceInfo()