Searched refs:new_mtab (Results 1 – 4 of 4) sorted by relevance
360 void StorageMonitorLinux::UpdateMtab(const MountPointDeviceMap& new_mtab) { in UpdateMtab() argument371 MountPointDeviceMap::const_iterator new_iter = new_mtab.find(mount_point); in UpdateMtab()374 if (new_iter == new_mtab.end() || (new_iter->second != mount_device)) { in UpdateMtab()425 for (MountPointDeviceMap::const_iterator new_iter = new_mtab.begin(); in UpdateMtab()426 new_iter != new_mtab.end(); ++new_iter) { in UpdateMtab()
35 virtual void UpdateMtab(const MountPointDeviceMap& new_mtab) = 0;
59 const MtabWatcherLinux::MountPointDeviceMap& new_mtab) OVERRIDE;
134 const MtabWatcherLinux::MountPointDeviceMap& new_mtab) OVERRIDE { in UpdateMtab() argument135 StorageMonitorLinux::UpdateMtab(new_mtab); in UpdateMtab()