Searched defs:directories (Results 1 - 2 of 2) sorted by relevance

/opengrok-sun/test/org/opensolaris/opengrok/util/
H A DFileUtilities.java87 public static void getAllFiles(File root, List<File> files, boolean directories) { argument
89 if (directories) {
98 getAllFiles(f, files, directories);
131 * Determine if given program is present in one of the directories
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java92 private List<String> directories; field in class:IndexDatabase
101 * @throws java.io.IOException if an error occurs while creating directories
112 * directories
170 * Update the index database for a number of sub-directories
267 directories = new ArrayList<String>();
272 * By default the indexer will traverse all directories in the project. If
273 * you add directories with this function update will just process the
274 * specified directories.
289 directories.add(directory);
336 if (directories
[all...]

Completed in 352 milliseconds