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

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DProject.java154 .getPathRelativeToSourceRoot(file, 0));
H A DConfiguration.java531 public String getPathRelativeToSourceRoot(File file, int stripCount) method in class:Configuration
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DBazaarHistoryParser.java177 String name = cfg.getPathRelativeToSourceRoot(f, 0);
H A DMonotoneHistoryParser.java177 entry.addFile(cfg.getPathRelativeToSourceRoot(file, 0));
H A DFileHistoryCache.java97 String add = cfg.getPathRelativeToSourceRoot(file, 0);
300 .getPathRelativeToSourceRoot(new File(repos.getDirectoryName()), 0));
H A DAccuRevRepository.java255 .getPathRelativeToSourceRoot(file, 0);
H A DMercurialHistoryParser.java160 entry.addFile(cfg.getPathRelativeToSourceRoot(f, 0));
H A DGitHistoryParser.java169 entry.addFile(cfg.getPathRelativeToSourceRoot(f, 0));
H A DJDBCHistoryCache.java420 .getPathRelativeToSourceRoot(file, 0);
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java1072 .getPathRelativeToSourceRoot(file, 0);

Completed in 22 milliseconds