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

  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_linux.cc 336 device = mount_info->second.mount_device;
370 const base::FilePath& mount_device = old_iter->second.mount_device; local
372 // |mount_point| not in |new_mtab| or |mount_device| is no longer mounted at
374 if (new_iter == new_mtab.end() || (new_iter->second != mount_device)) {
376 mount_priority_map_.find(mount_device);
387 multiple_mounted_devices_needing_reattachment.push_back(mount_device);
391 mount_priority_map_.erase(mount_device);
428 const base::FilePath& mount_device = new_iter->second; local
431 old_iter->second.mount_device != mount_device)
    [all...]
storage_monitor_linux.h 65 base::FilePath mount_device; member in struct:StorageMonitorLinux::MountPointInfo
101 bool IsDeviceAlreadyMounted(const base::FilePath& mount_device) const;
103 // Assuming |mount_device| is already mounted, and it gets mounted again at
105 void HandleDeviceMountedMultipleTimes(const base::FilePath& mount_device,
108 // Adds |mount_device| to the mappings and notify listeners, if any.
109 void AddNewMount(const base::FilePath& mount_device,
storage_monitor_linux_unittest.cc 146 MtabTestData(const std::string& mount_device,
149 : mount_device(mount_device),
154 const std::string mount_device; member in struct:__anon5670::StorageMonitorLinuxTest::MtabTestData
299 entry.mnt_fsname = const_cast<char*>(data[i].mount_device.c_str());

Completed in 232 milliseconds