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

/opengrok/src/org/opensolaris/opengrok/history/
H A DFileHistoryCache.java177 private static File getCachedFile(File file) throws HistoryException { method in class:FileHistoryCache
224 File cache = getCachedFile(file);
430 File cache = getCachedFile(new File(env.getSourceRootPath() + file));
472 File cache = getCachedFile(file);

Completed in 20 milliseconds