Searched refs:bestPriority (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/storage/mime/
H A DMimeSnifferAddonManager.cpp154 float bestPriority = -1; local
159 if (priority > bestPriority) {
161 bestPriority = priority;
168 return bestPriority;
184 float bestPriority = -1; local
189 if (priority > bestPriority) {
191 bestPriority = priority;
198 return bestPriority;
/haiku/src/system/boot/loader/
H A Dpartitions.cpp329 float bestPriority = -1; local
344 if (priority <= bestPriority) {
356 bestPriority = priority;
377 if (bestModule && bestPriority >= bestFSPriority) {
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1409 float bestPriority = partition->DiskSystemPriority(); local
1425 if (priority >= 0 && priority > bestPriority) {
1431 bestPriority = priority;
1449 partition->SetDiskSystem(bestDiskSystem, bestPriority);

Completed in 49 milliseconds