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

  /external/chromium_org/components/storage_monitor/
storage_monitor_linux.cc 339 device = mount_info->second.mount_device;
373 const base::FilePath& mount_device = old_iter->second.mount_device; local
375 // |mount_point| not in |new_mtab| or |mount_device| is no longer mounted at
377 if (new_iter == new_mtab.end() || (new_iter->second != mount_device)) {
379 mount_priority_map_.find(mount_device);
390 multiple_mounted_devices_needing_reattachment.push_back(mount_device);
394 mount_priority_map_.erase(mount_device);
431 const base::FilePath& mount_device = new_iter->second; local
434 old_iter->second.mount_device != mount_device)
    [all...]
storage_monitor_linux.h 67 base::FilePath mount_device; member in struct:storage_monitor::StorageMonitorLinux::MountPointInfo
103 bool IsDeviceAlreadyMounted(const base::FilePath& mount_device) const;
105 // Assuming |mount_device| is already mounted, and it gets mounted again at
107 void HandleDeviceMountedMultipleTimes(const base::FilePath& mount_device,
110 // Adds |mount_device| to the mappings and notify listeners, if any.
111 void AddNewMount(const base::FilePath& mount_device,
storage_monitor_linux_unittest.cc 145 MtabTestData(const std::string& mount_device,
148 : mount_device(mount_device),
153 const std::string mount_device; member in struct:storage_monitor::__anon11209::StorageMonitorLinuxTest::MtabTestData
293 entry.mnt_fsname = const_cast<char*>(data[i].mount_device.c_str());

Completed in 60 milliseconds