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

/opengrok/src/org/opensolaris/opengrok/web/
H A DUtil.java221 * @see #getCanonicalPath(String, char)
237 * path similar to {@link File#getCanonicalPath()}, however the current
297 * So the difference to {@link File#getCanonicalPath()} is, that this method
310 public static String getCanonicalPath(String path, char sep) { method in class:Util
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java231 private String getCanonicalPath(String s) { method in class:RuntimeEnvironment
237 return file.getCanonicalPath();
298 threadConfig.get().setDataRoot(getCanonicalPath(dataRoot));
331 configuration.setSourceRoot(getCanonicalPath(sourceRoot));
346 String canonicalPath = file.getCanonicalPath();
352 String allowedTarget = new File(allowedSymlink).getCanonicalPath();

Completed in 27 milliseconds