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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java1118 * @param fileMap a map which will be filled with file names and ids
1122 Map<String, Integer> dirMap, Map<String, Integer> fileMap)
1126 populateFileOrDirMap(conn.getStatement(GET_FILES), reposId, fileMap);
1138 if (!fileMap.containsKey(fullPath)) {
1147 fileMap.put(fullPath, fileId);
1120 getFilesAndDirectories( ConnectionResource conn, History history, int reposId, Map<String, Integer> dirMap, Map<String, Integer> fileMap) argument

Completed in 9 milliseconds