Searched refs:canonical (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DUtil.java190 * its canonical form (.i.e. all '.' and '..' and double separators
211 * <var>compact</var> is {@code true} path gets translated into a canonical
226 * if {@code true}, a canonical path gets constructed before
272 * Normalize the given <var>path</var> to its canonical form. I.e. all
289 * @return always a canonical path which starts with a '/'.
342 * @param canonical
346 private static String[] normalize(String[] names, boolean canonical) { argument
355 if (canonical) {

Completed in 29 milliseconds