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

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java212 * @see #getCanonicalPath(String, char)
229 * path similar to {@link File#getCanonicalPath()}, however the current
296 * So the difference to {@link File#getCanonicalPath()} is, that this method
308 public static String getCanonicalPath(String path, char sep) { method in class:Util
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java479 private static String getCanonicalPath(String s) { method in class:Configuration
485 return file.getCanonicalPath();
489 logger.log(Level.FINE, "getCanonicalPath", ex);
499 String p = getCanonicalPath(sourceRoot);
534 String canonicalPath = file.getCanonicalPath();
539 String allowedTarget = new File(allowedSymlink).getCanonicalPath();
553 String p = getCanonicalPath(dataRoot);

Completed in 14 milliseconds