Lines Matching refs:directory
32 * directory is the project's root directory.
45 /** The root directory for this tool. */
52 * Constructs a Configuration by traversing the directory tree, looking
59 throw new AssertionError("Not in root directory.");
101 // Look for user-specific excluded-paths file in current directory.
114 private static void traverse(File directory, Set<File> sourceRoots,
120 * source roots in our generated source directory (specifically,
126 File[] files = directory.listFiles();
137 // Only parse one .java file per directory.
177 * correct directory structure.