Searched refs:mostSpecificPath (Results 1 – 1 of 1) sorted by relevance
385 String mostSpecificPath = null; in getMostSpecificRootForPath() local392 if (path.startsWith(rootPath) && (mostSpecificPath == null in getMostSpecificRootForPath()393 || rootPath.length() > mostSpecificPath.length())) { in getMostSpecificRootForPath()395 mostSpecificPath = rootPath; in getMostSpecificRootForPath()