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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java505 * @param pathElts the elements of the path
509 private static String unsplitPath(String[] pathElts, int num) { argument
512 out.append("/").append(pathElts[i]);
864 String[] pathElts = splitPath(fullPath);
865 for (int j = 0; j < pathElts.length; j++) {
866 String dir = unsplitPath(pathElts, j);
1201 String[] pathElts = splitPath(fullPath);
1202 String parent = unsplitPath(pathElts, pathElts.length - 1);
1205 for (int i = 0; i < pathElts
[all...]

Completed in 11 milliseconds