Home
last modified time | relevance | path

Searched refs:disk_iter (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chromeos/disks/
Ddisk_mount_manager.cc380 DiskMap::iterator disk_iter = disks_.find(path); in OnUnmountPath() local
381 if (disk_iter != disks_.end()) { in OnUnmountPath()
382 DCHECK(disk_iter->second); in OnUnmountPath()
384 disk_iter->second->clear_mount_path(); in OnUnmountPath()