Searched refs:directories (Results 1 - 3 of 3) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/util/
H A DFileUtilities.java120 * @param directories if {@code true} add directories to <var>files</var>
123 public static void getAllFiles(File root, List<File> files, boolean directories) { argument
125 if (directories) {
133 getAllFiles(f, files, directories);
166 * Determine if given program is present in one of the directories
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java100 private List<String> directories; field in class:IndexDatabase
109 * @throws java.io.IOException if an error occurs while creating directories
118 * @throws IOException if an errror occurs while creating directories
178 * Update the index database for a number of sub-directories
277 directories = new ArrayList<String>();
282 * By default the indexer will traverse all directories in the project.
283 * If you add directories with this function update will just process
284 * the specified directories.
300 directories.add(directory);
345 if (directories
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java654 Map<String, Integer> directories = null;
671 if (directories == null || files == null) {
676 directories = dirs;
734 // for each path element of the directories in DIRCHANGES.
749 addDirchange.setInt(2, directories.get(dir));
983 * identifiers in the database. The directories and files that are not
1010 // all its parent directories are also there.
1013 // parent directories to the db and to dirMap.
1062 * Add all the parent directories of a specified file to the database, if
1072 * @param map a map from directory path to id for the directories alread
[all...]

Completed in 14 milliseconds