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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.cc 438 mounted_volumes_.begin();
439 iter != mounted_volumes_.end();
452 mounted_volumes_.find(volume_id);
453 if (iter == mounted_volumes_.end())
732 for (int i = 2; mounted_volumes_.count(kMtpVolumeIdPrefix + label); ++i)
765 mounted_volumes_.begin(); it != mounted_volumes_.end(); ++it) {
802 mounted_volumes_.begin();
803 !from_current_profile && iter != mounted_volumes_.end();
819 mounted_volumes_[volume_info.volume_id] = volume_info
    [all...]
volume_manager.h 227 std::map<std::string, VolumeInfo> mounted_volumes_; member in class:file_manager::VolumeManager

Completed in 616 milliseconds