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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRazorRepository.java142 private String sourceRootDir; field in class:RazorRepository
162 sourceRootDir = baseDir.getParentFile().getAbsolutePath();
171 return sourceRootDir;
179 sourceRootDir = path;
321 if (!f.getAbsolutePath().startsWith(sourceRootDir)) {
334 if (f.getAbsolutePath().length() > sourceRootDir.length()) {
336 .substring(sourceRootDir.length() + 1));

Completed in 8 milliseconds