11 #include "storage/IStorageProvider.h" 25 void Initialize()
override;
28 void GetLocalDrives(VECSOURCES &localDrives)
override;
29 void GetRemovableDrives(VECSOURCES &removableDrives)
override;
31 bool Eject(
const std::string& mountpath)
override;
33 std::vector<std::string> GetDiskUsage()
override;
38 void GetDisks(VECSOURCES& devices,
bool removable);
41 struct udev_monitor *m_udevMon;
Definition: IStorageProvider.h:65
Definition: UDevProvider.h:19
Definition: IStorageProvider.h:44