Searched refs:FindPartitionByVolume (Results 1 – 6 of 6) sorted by relevance
/haiku/src/apps/bootmanager/ |
H A D | BootDrive.cpp | 83 if (roster.FindPartitionByVolume(volume, &device, NULL) == B_OK) { in IsBootDrive()
|
/haiku/src/servers/launch/ |
H A D | Utility.cpp | 69 status = roster.FindPartitionByVolume(volume, &diskDevice, &partition); in IsReadOnlyVolume()
|
/haiku/src/bin/ |
H A D | isvolume.cpp | 104 ret = roster.FindPartitionByVolume(volume, &diskDevice, &partition); in main()
|
/haiku/src/bin/writembr/ |
H A D | writembr.cpp | 56 if(roster.FindPartitionByVolume(bootVolume, &bootDevice, NULL) != B_OK) { in main()
|
/haiku/headers/private/storage/ |
H A D | DiskDeviceRoster.h | 119 status_t FindPartitionByVolume(const BVolume& volume,
|
/haiku/src/kits/storage/disk_device/ |
H A D | DiskDeviceRoster.cpp | 331 BDiskDeviceRoster::FindPartitionByVolume(const BVolume& volume, in FindPartitionByVolume() function in BDiskDeviceRoster 373 && FindPartitionByVolume(volume, device, _partition)) in FindPartitionByMountPoint()
|