Home
last modified time | relevance | path

Searched refs:FindPartitionByVolume (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/bootmanager/
H A DBootDrive.cpp83 if (roster.FindPartitionByVolume(volume, &device, NULL) == B_OK) { in IsBootDrive()
/haiku/src/servers/launch/
H A DUtility.cpp69 status = roster.FindPartitionByVolume(volume, &diskDevice, &partition); in IsReadOnlyVolume()
/haiku/src/bin/
H A Disvolume.cpp104 ret = roster.FindPartitionByVolume(volume, &diskDevice, &partition); in main()
/haiku/src/bin/writembr/
H A Dwritembr.cpp56 if(roster.FindPartitionByVolume(bootVolume, &bootDevice, NULL) != B_OK) { in main()
/haiku/headers/private/storage/
H A DDiskDeviceRoster.h119 status_t FindPartitionByVolume(const BVolume& volume,
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceRoster.cpp331 BDiskDeviceRoster::FindPartitionByVolume(const BVolume& volume, in FindPartitionByVolume() function in BDiskDeviceRoster
373 && FindPartitionByVolume(volume, device, _partition)) in FindPartitionByMountPoint()