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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java405 ps.setString(2, getSourceRootRelativePath(file));
444 private static String getSourceRootRelativePath(File file) method in class:JDBCHistoryCache
615 final String filePath = getSourceRootRelativePath(file);
1300 ps.setString(2, getSourceRootRelativePath(directory));

Completed in 12 milliseconds