Searched refs:fDiskDeviceRoster (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/drivesetup/
H A DMainWindow.h86 BDiskDeviceRoster fDiskDeviceRoster; member in class:MainWindow
H A DMainWindow.cpp335 status_t status = fDiskDeviceRoster.StartWatching(BMessenger(this));
562 fDiskDeviceRoster.VisitEachPartition(&driveVisitor);
704 fDiskDeviceRoster.RewindDiskSystems();
705 while (fDiskDeviceRoster.GetNextDiskSystem(&diskSystem) == B_OK) {
941 fDiskDeviceRoster.VisitEachPartition(&visitor);
981 fDiskDeviceRoster.RewindDiskSystems();
983 while (fDiskDeviceRoster.GetNextDiskSystem(&diskSystem) == B_OK) {

Completed in 65 milliseconds