Searched refs:pathWithoutExtension (Results 1 – 1 of 1) sorted by relevance
122 String pathWithoutExtension = path.substring(0, path.indexOf(SdkConstants.DOT_CLASS)); in packagePathMatches() local125 String [] pathArray = pathWithoutExtension.split(Pattern.quote(File.separator)); in packagePathMatches()