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