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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java315 update.setString(2, getParentPath(rs.getString("PATH")));
481 private static String getParentPath(String fullPath) { method in class:JDBCHistoryCache
633 ps.setString(2, getParentPath(filePath));

Completed in 12 milliseconds