Home
last modified time | relevance | path

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

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