Searched refs:fDDRoster (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/installer/ |
H A D | WorkerThread.cpp | 189 if (fDDRoster.GetPartitionWithID(id, &device, &partition) == B_OK) { in MessageReceived() 202 } else if (fDDRoster.GetDeviceWithID(id, &device) == B_OK) { in MessageReceived() 241 fDDRoster.VisitEachMountedPartition(&srcVisitor, &device, &partition); in ScanDisksPartitions() 244 fDDRoster.VisitEachPartition(&targetVisitor, &device, &partition); in ScanDisksPartitions() 360 if (fDDRoster.GetPartitionWithID(targetPartitionID, &device, in _PerformInstall() 377 } else if (fDDRoster.GetDeviceWithID(targetPartitionID, &device) == B_OK) { in _PerformInstall() 408 if (fDDRoster.GetPartitionWithID(sourcePartitionID, &device, &partition) in _PerformInstall() 414 } else if (fDDRoster.GetDeviceWithID(sourcePartitionID, &device) == B_OK) { in _PerformInstall()
|
H A D | WorkerThread.h | 66 BDiskDeviceRoster fDDRoster; variable
|