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

/opengrok/test/org/opensolaris/opengrok/history/
H A DHistoryEntryTest.java87 instance.addFile("testFile1.txt");
88 instance.addFile("testFile2.txt");
201 * Test of addFile method, of class HistoryEntry.
204 public void addFile() { method in class:HistoryEntryTest
209 instance.addFile(fileName);
221 instance.addFile(fileName);
224 instance.addFile("other.file");
/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryEntry.java180 public void addFile(String file) { method in class:HistoryEntry
/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java606 private void addFile(File file, String path) throws IOException { method in class:IndexDatabase
883 addFile(file, path);

Completed in 187 milliseconds