Searched refs:baseStr (Results 1 – 1 of 1) sorted by relevance
1882 final String baseStr = base.getAbsolutePath(); in getRelativePath() local1888 if (pathStr.startsWith(baseStr)) { in getRelativePath()1889 return pathStr.substring(baseStr.length()); in getRelativePath()1892 throw new IOException("File: " + pathStr + " outside base: " + baseStr); in getRelativePath()