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

/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java655 String absolutePath = file.getAbsolutePath();
658 logger.warning("Could not read " + absolutePath);
664 if (!absolutePath.equals(canonicalPath)
665 && !acceptSymlink(absolutePath, canonicalPath))
668 new Object[]{ absolutePath, canonicalPath });
674 logger.warning("Ignored special file '" + absolutePath + "'");
678 logger.warning("Failed to resolve name '" + absolutePath + "'");
726 * @param absolutePath the path with a symlink to check
730 private boolean acceptSymlink(String absolutePath, String canonicalPath) argument
739 if (absolutePath
[all...]

Completed in 10 milliseconds