Home | History | Annotate | Download | only in disks

Lines Matching defs:mount_points_

107     MountPointMap::const_iterator mount_point = mount_points_.find(mount_path);
108 if (mount_point == mount_points_.end()) {
224 return mount_points_;
242 if (mount_points_.find(mount_point.mount_path) != mount_points_.end()) {
252 mount_points_.insert(std::make_pair(mount_point.mount_path, mount_point));
277 for (MountPointMap::iterator it = mount_points_.begin();
278 it != mount_points_.end();
335 mount_points_.find(mount_info.mount_path) == mount_points_.end()) {
336 mount_points_.insert(MountPointMap::value_type(mount_info.mount_path,
359 MountPointMap::iterator mount_points_it = mount_points_.find(mount_path);
360 if (mount_points_it == mount_points_.end()) {
378 mount_points_.erase(mount_points_it);
624 DiskMountManager::MountPointMap mount_points_;