Searched refs:ctsPlanRelativePath (Results 1 – 1 of 1) sorted by relevance
153 String ctsPlanRelativePath = String.format("%s.xml", planName); in getTestPlanFile() local154 return new File(getTestPlansDir(), ctsPlanRelativePath); in getTestPlanFile()