Searched refs:volumePaths (Results 1 – 1 of 1) sorted by relevance
195 final ArrayMap<String, String> volumePaths = new ArrayMap<>(); in resolveInstallVolume() local204 volumePaths.put(vol.fsUuid, vol.path); in resolveInstallVolume()245 } else if (volumePaths.containsKey(existingInfo.volumeUuid)) { in resolveInstallVolume()246 existingVolumePath = volumePaths.get(existingInfo.volumeUuid); in resolveInstallVolume()259 if (volumePaths.size() == 1) { in resolveInstallVolume()260 if (checkFitOnVolume(storageManager, volumePaths.valueAt(0), params)) { in resolveInstallVolume()261 return volumePaths.keyAt(0); in resolveInstallVolume()266 for (String vol : volumePaths.keySet()) { in resolveInstallVolume()267 final String volumePath = volumePaths.get(vol); in resolveInstallVolume()