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

/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java682 String absolutePath = file.getAbsolutePath();
685 LOGGER.log(Level.FINER, "ignoring {0}", absolutePath);
690 LOGGER.log(Level.WARNING, "Could not read {0}", absolutePath);
696 if (!absolutePath.equals(canonicalPath)
697 && !acceptSymlink(absolutePath, canonicalPath)) {
700 new Object[]{absolutePath, canonicalPath});
706 absolutePath);
711 absolutePath);
760 * @param absolutePath the path with a symlink to check
764 private boolean acceptSymlink(String absolutePath, Strin argument
[all...]

Completed in 10 milliseconds