Searched refs:disk_iter (Results 1 – 1 of 1) sorted by relevance
380 DiskMap::iterator disk_iter = disks_.find(path); in OnUnmountPath() local381 if (disk_iter != disks_.end()) { in OnUnmountPath()382 DCHECK(disk_iter->second); in OnUnmountPath()384 disk_iter->second->clear_mount_path(); in OnUnmountPath()