HomeSort by relevance Sort by last modified time
    Searched full:planroot (Results 1 - 1 of 1) sorted by null

  /cts/tools/host/src/com/android/cts/
HostConfig.java 175 String planRoot = repositoryRoot + File.separator + planCfg;
197 if (!validateDirectory(planRoot)) {
198 validPlan = new File(planRoot).mkdirs();
207 mPlanRepos = new PlanRepository(planRoot);
    [all...]

Completed in 53 milliseconds