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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java509 private static String unsplitPath(String[] pathElts, int num) { method in class:JDBCHistoryCache
866 String dir = unsplitPath(pathElts, j);
1202 String parent = unsplitPath(pathElts, pathElts.length - 1);
1207 String path = unsplitPath(pathElts, i);

Completed in 20 milliseconds