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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java1117 * @param dirMap a map which will be filled with directory names and ids
1122 Map<String, Integer> dirMap, Map<String, Integer> fileMap)
1125 populateFileOrDirMap(conn.getStatement(GET_DIRS), reposId, dirMap);
1140 // parent directories to the db and to dirMap.
1141 int dir = addAllDirs(insDir, reposId, fullPath, dirMap);
1120 getFilesAndDirectories( ConnectionResource conn, History history, int reposId, Map<String, Integer> dirMap, Map<String, Integer> fileMap) argument

Completed in 12 milliseconds