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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java447 String rootPath = RuntimeEnvironment.getInstance().getSourceRootPath();
448 return getRelativePath(filePath, rootPath);
456 * @param rootPath the canonical path of the root directory
459 private static String getRelativePath(String filePath, String rootPath) { argument
460 assert filePath.startsWith(rootPath);
461 return filePath.substring(rootPath.length());

Completed in 11 milliseconds