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

/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java663 String canonicalPath = file.getCanonicalPath();
664 if (!absolutePath.equals(canonicalPath)
665 && !acceptSymlink(absolutePath, canonicalPath))
668 new Object[]{ absolutePath, canonicalPath });
727 * @param canonicalPath the canonical path to the file
730 private boolean acceptSymlink(String absolutePath, String canonicalPath) argument
734 if (isLocal(canonicalPath)) {
741 if (canonicalPath.startsWith(allowedTarget)
743 .equals(canonicalPath.substring(allowedTarget.length())))

Completed in 7 milliseconds