Home | History | Annotate | Download | only in src

Lines Matching refs:sourceRoot

67         OUTER: for (File sourceRoot : c.sourceRoots) {
69 String path = sourceRoot.getPath().substring(2);
73 bucket.sourceRoots.add(sourceRoot);
81 for (File sourceRoot : bucket.sourceRoots) {
83 CharSequence excluding = constructExcluding(sourceRoot, c);
89 .append(trimmed(sourceRoot)).append("\"/>\n");
116 private static CharSequence constructExcluding(File sourceRoot,
119 String path = sourceRoot.getPath();
122 SortedSet<File> nextRoots = c.sourceRoots.tailSet(sourceRoot);
146 SortedSet<File> excludedDirs = c.excludedDirs.tailSet(sourceRoot);