Searched refs:toResourcePath (Results 1 – 2 of 2) sorted by relevance
24 public static String toResourcePath(String clazzName) { in toResourcePath() method in Utils
33 source = JavaFileObjects.forResource(Utils.toResourcePath(subject)); in SingleClassSubject()