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

/opengrok/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/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java107 private List<String> directories; field in class:IndexDatabase
125 * @throws java.io.IOException if an error occurs while creating directories
136 * directories
194 * Update the index database for a number of sub-directories
282 directories = new ArrayList<>();
287 * By default the indexer will traverse all directories in the project. If
288 * you add directories with this function update will just process the
289 * specified directories.
304 directories.add(directory);
349 if (directories
[all...]

Completed in 27 milliseconds