Home | History | Annotate | Download | only in disks

Lines Matching defs:mount_points_

105     MountPointMap::const_iterator mount_point = mount_points_.find(mount_path);
106 if (mount_point == mount_points_.end()) {
211 return mount_points_;
229 if (mount_points_.find(mount_point.mount_path) != mount_points_.end()) {
239 mount_points_.insert(std::make_pair(mount_point.mount_path, mount_point));
264 for (MountPointMap::iterator it = mount_points_.begin();
265 it != mount_points_.end();
322 mount_points_.find(mount_info.mount_path) == mount_points_.end()) {
323 mount_points_.insert(MountPointMap::value_type(mount_info.mount_path,
346 MountPointMap::iterator mount_points_it = mount_points_.find(mount_path);
347 if (mount_points_it == mount_points_.end()) {
365 mount_points_.erase(mount_points_it);
578 DiskMountManager::MountPointMap mount_points_;