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

/opengrok/test/org/opensolaris/opengrok/analysis/
H A DCtagsTest.java92 private static Definitions getDefs(String fileName) throws Exception { argument
94 + fileName.replace('/', File.separatorChar);
/opengrok/src/org/opensolaris/opengrok/history/
H A DSSCMRepository.java327 protected Annotation parseAnnotation(Reader input, String fileName) argument
330 Annotation ret = new Annotation(fileName);
H A DBazaarRepository.java187 protected Annotation parseAnnotation(Reader input, String fileName) argument
190 Annotation ret = new Annotation(fileName);
H A DCVSRepository.java297 protected Annotation parseAnnotation(Reader input, String fileName) argument
300 Annotation ret = new Annotation(fileName);
H A DGitRepository.java100 * @param fileName name of the file to retrieve the path
104 private String getCorrectPath(String fileName, String revision) throws IOException { argument
114 cmd.add(fileName);
386 protected Annotation parseAnnotation(Reader input, String fileName) argument
390 Annotation ret = new Annotation(fileName);
404 new Object[]{String.valueOf(lineno), line, fileName});
/opengrok/egrok/src/org/opensolaris/opengrok/egrok/ui/
H A DResultsControl.java201 String fileName = name.substring(name.lastIndexOf('/') + 1);
204 result.append(fileName);
386 String fileName = container.getName().substring(
388 return findEditor(fileName);
391 private IEditorDescriptor findEditor(String fileName) { argument
393 .getDefaultEditor(fileName);

Completed in 28 milliseconds