Searched refs:possibleSubpath (Results 1 – 1 of 1) sorted by relevance
962 String possibleSubpath = aliases.lowerKey(xpath); in getPathLocation() local963 if (possibleSubpath != null && xpath.startsWith(possibleSubpath)) { in getPathLocation()964 aliasedPath = aliases.get(possibleSubpath) + in getPathLocation()965 xpath.substring(possibleSubpath.length()); in getPathLocation()