Searched refs:keyAtDepth (Results 1 – 1 of 1) sorted by relevance
154 String keyAtDepth = keys.get(depth); in fullyResolvesTo() local155 boolean isGlobstar = keyAtDepth.equals("**"); in fullyResolvesTo()158 boolean matches = keyAtDepth.equals(key) || keyAtDepth.equals("*"); in fullyResolvesTo()