Home
last modified time | relevance | path

Searched refs:GetPartitionWithID (Results 1 – 7 of 7) sorted by relevance

/haiku/src/bin/mkfs/
H A DFsCreator.cpp94 status = roster.GetPartitionWithID(id, &device, &partition); in Run()
/haiku/headers/private/storage/
H A DDiskDeviceRoster.h128 status_t GetPartitionWithID(partition_id id,
/haiku/src/apps/installer/
H A DWorkerThread.cpp189 if (fDDRoster.GetPartitionWithID(id, &device, &partition) == B_OK) { in MessageReceived()
360 if (fDDRoster.GetPartitionWithID(targetPartitionID, &device, in _PerformInstall()
408 if (fDDRoster.GetPartitionWithID(sourcePartitionID, &device, &partition) in _PerformInstall()
H A DInstallerWindow.cpp875 if (roster.GetPartitionWithID(item->ID(), &device, &partition) == B_OK) { in _PublishPackages()
/haiku/src/servers/mount/
H A DAutoMounter.cpp613 if (roster.GetPartitionWithID(id, &device, &partition) != B_OK) in _MountVolume()
764 if (roster.GetPartitionWithID(id, &device, &partition) != B_OK) in _UnmountAndEjectVolume()
/haiku/src/bin/
H A Dmountvolume.cpp477 if (roster.GetPartitionWithID(id, &device, &partition) != B_OK) { in ArgvReceived()
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceRoster.cpp418 BDiskDeviceRoster::GetPartitionWithID(int32 id, BDiskDevice* device, in GetPartitionWithID() function in BDiskDeviceRoster