Home | History | Annotate | Download | only in src

Lines Matching defs:excludes

64         Excludes excludes = readExcludes();
66 stopwatch.reset("Read excludes");
72 traverse(new File("."), sourceRoots, jarFiles, excludedDirs, excludes);
88 private Excludes readExcludes() throws IOException {
94 // Look for Google-specific excludes.
107 return new Excludes(patterns);
116 Excludes excludes) throws IOException {
151 if (!excludes.exclude(path)) {
162 if (excludes.exclude(path)) {
168 excludes);