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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java340 * @param stripCount Number of characters past source root to strip
345 public String getPathRelativeToSourceRoot(File file, int stripCount) throws IOException { argument
349 return canonicalPath.substring(sourceRoot.length() + stripCount);
355 + stripCount);

Completed in 14 milliseconds