HomeSort by relevance Sort by last modified time
    Searched defs:excludedDirs (Results 1 - 2 of 2) sorted by null

  /development/tools/idegen/src/
Eclipse.java 146 SortedSet<File> excludedDirs = c.excludedDirs.tailSet(sourceRoot);
147 for (File excludedDir : excludedDirs) {
Configuration.java 43 public final SortedSet<File> excludedDirs;
69 SortedSet<File> excludedDirs = new TreeSet<File>();
72 traverse(new File("."), sourceRoots, jarFiles, excludedDirs, excludes);
78 Log.debug(excludedDirs.size() + " excluded dirs");
82 this.excludedDirs = Collections.unmodifiableSortedSet(excludedDirs);
115 Collection<File> jarFiles, Collection<File> excludedDirs,
165 excludedDirs.add(file);
167 traverse(file, sourceRoots, jarFiles, excludedDirs,
232 SortedSet<File> tailSet = excludedDirs.tailSet(sourceRoot)
    [all...]

Completed in 72 milliseconds