Searched refs:filteredPaths (Results 1 – 2 of 2) sorted by relevance
1498 Set<String> filteredPaths = new HashSet<String>(); in getPathsWithValue() local1505 filteredPaths.add(pathWithValue); in getPathsWithValue()1514 Set<String> oldAliases = new HashSet<String>(filteredPaths); in getPathsWithValue()1534 filteredPaths.add(alias); in getPathsWithValue()1539 result.addAll(filteredPaths); in getPathsWithValue()
449 Set<String> filteredPaths = new HashSet<String>(); in handleCheck() local476 filteredPaths.add(item); in handleCheck()478 if (filteredPaths.size() == 0) { in handleCheck()482 for (String path2 : filteredPaths) { in handleCheck()