Searched refs:removeOneClusterFromPath (Results 1 – 1 of 1) sorted by relevance
220 return newClusterPath(removeOneClusterFromPath(base), clusterType); in switchClusterPath()224 private static String removeOneClusterFromPath(String base) { in removeOneClusterFromPath() method in FilterUtils226 return removeOneClusterFromPath(base, done); in removeOneClusterFromPath()229 private static String removeOneClusterFromPath(String base, boolean[] done) { in removeOneClusterFromPath() method in FilterUtils248 sb.append(removeOneClusterFromPath(sets[j], done)); in removeOneClusterFromPath()