Home | History | Annotate | Download | only in disks

Lines Matching refs:Disk

52   class Disk {
54 Disk(const std::string& device_path,
73 ~Disk();
94 // If disk is a parent, then its label, else parents label.
167 typedef std::map<std::string, Disk*> DiskMap;
201 // Implement this interface to be notified about disk/mount related events.
206 // Called when disk mount status is changed.
207 virtual void OnDiskEvent(DiskEvent event, const Disk* disk) = 0;
232 // Returns Disk object corresponding to |source_path| or NULL on failure.
233 virtual const Disk* FindDiskBySourcePath(
251 // Unmounts a mounted disk.
270 // Used in tests to initialize the manager's disk and mount point sets.
272 virtual bool AddDiskForTest(Disk* disk);