Searched refs:mount_points_it (Results 1 – 1 of 1) sorted by relevance
359 MountPointMap::iterator mount_points_it = mount_points_.find(mount_path); in OnUnmountPath() local360 if (mount_points_it == mount_points_.end()) { in OnUnmountPath()371 MountPointInfo(mount_points_it->second.source_path, in OnUnmountPath()372 mount_points_it->second.mount_path, in OnUnmountPath()373 mount_points_it->second.mount_type, in OnUnmountPath()374 mount_points_it->second.mount_condition)); in OnUnmountPath()376 std::string path(mount_points_it->second.source_path); in OnUnmountPath()378 mount_points_.erase(mount_points_it); in OnUnmountPath()