Searched refs:mount_points_it (Results 1 – 1 of 1) sorted by relevance
346 MountPointMap::iterator mount_points_it = mount_points_.find(mount_path); in OnUnmountPath() local347 if (mount_points_it == mount_points_.end()) { in OnUnmountPath()358 MountPointInfo(mount_points_it->second.source_path, in OnUnmountPath()359 mount_points_it->second.mount_path, in OnUnmountPath()360 mount_points_it->second.mount_type, in OnUnmountPath()361 mount_points_it->second.mount_condition)); in OnUnmountPath()363 std::string path(mount_points_it->second.source_path); in OnUnmountPath()365 mount_points_.erase(mount_points_it); in OnUnmountPath()