Searched refs:getTestPlansDir (Results 1 – 2 of 2) sorted by relevance
143 public File getTestPlansDir() { in getTestPlansDir() method in CtsBuildHelper154 return new File(getTestPlansDir(), ctsPlanRelativePath); in getTestPlanFile()171 if (!getTestPlansDir().exists()) { in validateStructure()174 getTestPlansDir().getAbsolutePath())); in validateStructure()
194 for (File planFile : ctsBuild.getTestPlansDir().listFiles(xmlFilter)) { in listPlans()