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

  /external/chromium_org/components/storage_monitor/
storage_monitor_linux.cc 292 while (!ContainsKey(mount_info_map_, current) && current != current.DirName())
295 MountMap::const_iterator mount_info = mount_info_map_.find(current);
296 if (mount_info == mount_info_map_.end())
335 for (MountMap::iterator mount_info = mount_info_map_.begin();
336 mount_info != mount_info_map_.end(); ++mount_info) {
340 mount_info_map_.erase(mount_info);
370 for (MountMap::const_iterator old_iter = mount_info_map_.begin();
371 old_iter != mount_info_map_.end(); ++old_iter) {
399 // Erase the |mount_info_map_| entries afterwards. Erasing in the loop above
406 mount_info_map_.erase(*it)
    [all...]
storage_monitor_linux.h 124 MountMap mount_info_map_; member in class:storage_monitor::StorageMonitorLinux

Completed in 31 milliseconds