Home | History | Annotate | Download | only in file_manager

Lines Matching refs:DiskMountManager

40 using chromeos::disks::DiskMountManager;
53 const DiskMountManager::Disk* GetVolumeAsDisk(const std::string& mount_path) {
54 DiskMountManager* disk_mount_manager = DiskMountManager::GetInstance();
56 DiskMountManager::MountPointMap::const_iterator mount_point_it =
61 const DiskMountManager::Disk* disk = disk_mount_manager->FindDiskBySourcePath(
70 const DiskMountManager::Disk* volume) {
90 DiskMountManager::DeviceTypeToString(volume->device_type()));
514 const DiskMountManager::Disk* volume = GetVolumeAsDisk(file_path.value());
595 DiskMountManager::GetInstance()->FormatMountedDevice(file_path.value());