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

/opengrok/src/org/opensolaris/opengrok/history/
H A DMercurialRepository.java203 * @param fullpath full pathname of the file
207 private InputStream getHistoryRev(String fullpath, String rev) { argument
220 = fullpath.substring(directoryName.length() + 1);
267 * @param fullpath file path
272 private String findOriginalName(String fullpath, String full_rev_to_find) argument
275 String file = fullpath.substring(directoryName.length() + 1);
307 argv.add(fullpath);
366 return (fullpath.substring(0, directoryName.length() + 1) + file);
371 String fullpath;
374 fullpath
[all...]

Completed in 8 milliseconds