Searched refs:mounted_volumes_ (Results 1 – 2 of 2) sorted by relevance
644 result.reserve(mounted_volumes_.size()); in GetVolumeList()645 for (const auto& pair : mounted_volumes_) { in GetVolumeList()655 const auto it = mounted_volumes_.find(volume_id); in FindVolumeById()656 if (it != mounted_volumes_.end()) in FindVolumeById()668 if (mounted_volumes_.find(volume->volume_id()) != mounted_volumes_.end()) in AddSshfsCrostiniVolume()1274 for (const auto& mounted_volume : mounted_volumes_) { in OnRemovableStorageDetached()1416 for (const auto& mounted_volume : mounted_volumes_) { in DoMountEvent()1434 mounted_volumes_[volume->volume_id()] = std::move(volume); in DoMountEvent()1445 auto iter = mounted_volumes_.find(volume.volume_id()); in DoUnmountEvent()1446 if (iter == mounted_volumes_.end()) in DoUnmountEvent()[all …]
485 std::map<std::string, std::unique_ptr<Volume>> mounted_volumes_; variable