Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java278 File subPlansDir = new File(getDir(), "subplans"); in getSubPlansDir() local
279 if (!subPlansDir.exists()) { in getSubPlansDir()
280 subPlansDir.mkdirs(); in getSubPlansDir()
282 return subPlansDir; in getSubPlansDir()