Searched refs:commonLocations (Results 1 – 2 of 2) sorted by relevance
40 private Set<String> commonLocations = new HashSet<>(); field in ContentAnalysisContext68 public Set<String> commonLocations() { in commonLocations() method in ContentAnalysisContext69 return commonLocations; in commonLocations()91 commonLocations.add(path); in addCommonLocation()96 commonLocations.addAll(paths); in addCommonLocations()
321 AllCommonDirs.addAll(context.commonLocations()); in workdirAnalysis()