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