Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationSuiteResultReporter.java436 File configDir = new File(mResultDir, "config"); in copyDynamicConfigFiles() local
437 if (!configDir.exists() && !configDir.mkdir()) { in copyDynamicConfigFiles()
440 configDir.getAbsolutePath()); in copyDynamicConfigFiles()
452 File destFile = new File(configDir, moduleName + ".dynamic"); in copyDynamicConfigFiles()