Searched refs:filteredPaths (Results 1 – 2 of 2) sorted by relevance
1508 Set<String> filteredPaths = new HashSet<String>(); in getPathsWithValue() local1515 filteredPaths.add(pathWithValue); in getPathsWithValue()1524 Set<String> oldAliases = new HashSet<String>(filteredPaths); in getPathsWithValue()1544 filteredPaths.add(alias); in getPathsWithValue()1549 result.addAll(filteredPaths); in getPathsWithValue()
455 Set<String> filteredPaths = new HashSet<String>(); in handleCheck() local482 filteredPaths.add(item); in handleCheck()484 if (filteredPaths.size() == 0) { in handleCheck()488 for (String path2 : filteredPaths) { in handleCheck()