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

/opengrok/src/org/opensolaris/opengrok/web/
H A DPageConfig.java196 String srcRoot = getSourceRootPath();
918 * @see RuntimeEnvironment#getSourceRootPath()
920 public String getSourceRootPath() { method in class:PageConfig
922 String srcpath = getEnv().getSourceRootPath();
972 * @see #getSourceRootPath()
976 f = new File(getSourceRootPath(), path);
992 * @see #getSourceRootPath()
1073 File lresourceFile = new File(getSourceRootPath() + getPath(), name);
1247 sh.sourceRoot = new File(getSourceRootPath());
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java306 public String getSourceRootPath() { method in class:RuntimeEnvironment
317 String file = getSourceRootPath();
347 String sourceRoot = getSourceRootPath();

Completed in 16 milliseconds