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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRCSRepository.java61 return getRCSFile(file) != null;
72 File rcsFile = getRCSFile(file);
95 File rcsFile = getRCSFile(file);
153 protected File getRCSFile(File file) { method in class:RCSRepository
H A DRCSHistoryParser.java88 Archive archive = new Archive(getRCSFile(file).getPath());
128 protected static File getRCSFile(File file) { method in class:RCSHistoryParser
129 return getRCSFile(file.getParent(), file.getName());
132 protected static File getRCSFile(String parent, String name) { method in class:RCSHistoryParser
H A DCVSRepository.java82 protected File getRCSFile(File file) { method in class:CVSRepository

Completed in 10 milliseconds