Searched refs:mount_points_it (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.cc359 MountPointMap::iterator mount_points_it = mount_points_.find(mount_path); local
360 if (mount_points_it == mount_points_.end()) {
371 MountPointInfo(mount_points_it->second.source_path,
372 mount_points_it->second.mount_path,
373 mount_points_it->second.mount_type,
374 mount_points_it->second.mount_condition));
376 std::string path(mount_points_it->second.source_path);
378 mount_points_.erase(mount_points_it);

Completed in 73 milliseconds