Searched refs:mountPath1 (Results 1 – 1 of 1) sorted by relevance
187 volumeManagerUtil.compareMountPath = function(mountPath1, mountPath2) { argument189 PathUtil.getRootType(mountPath1));195 if (mountPath1 !== mountPath2)196 return mountPath1 < mountPath2 ? -1 : 1;