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

/opengrok/src/org/opensolaris/opengrok/history/
H A DRazorRepository.java298 String filePrefix, String fileSuffix) throws IOException {
304 + "', '" + intermediateElements + "', '" + filePrefix + "', '"
308 if (filePrefix.length() != 0) {
309 f = new File(f.getParent(), filePrefix + f.getName());
297 pathTranslation(File file, String intermediateElements, String filePrefix, String fileSuffix) argument

Completed in 8 milliseconds