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

/opengrok/src/org/opensolaris/opengrok/history/
H A DRazorRepository.java190 return pathTranslation(file, "/History/", "", "");
194 return pathTranslation(file, "/Archive/RZ_VCS/", "", ",v");
198 return pathTranslation(file, "/Archive/BINARY/", "", "@" + rev + ".Z");
202 return pathTranslation(file, "/Archive/SCCS/", "s.", "");
297 private File pathTranslation(File file, String intermediateElements, method in class:RazorRepository

Completed in 17 milliseconds