HomeSort by relevance Sort by last modified time
    Searched defs:MountPointDeviceMap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/storage_monitor/
mtab_watcher_linux.h 30 typedef std::map<base::FilePath, base::FilePath> MountPointDeviceMap;
37 virtual void UpdateMtab(const MountPointDeviceMap& new_mtab) = 0;
storage_monitor_linux.cc 35 typedef MtabWatcherLinux::MountPointDeviceMap MountPointDeviceMap;
363 void StorageMonitorLinux::UpdateMtab(const MountPointDeviceMap& new_mtab) {
374 MountPointDeviceMap::const_iterator new_iter = new_mtab.find(mount_point);
428 for (MountPointDeviceMap::const_iterator new_iter = new_mtab.begin();

Completed in 79 milliseconds