Searched refs:bestPriority (Results 1 – 3 of 3) sorted by relevance
154 float bestPriority = -1; in GuessMimeType() local159 if (priority > bestPriority) { in GuessMimeType()161 bestPriority = priority; in GuessMimeType()168 return bestPriority; in GuessMimeType()184 float bestPriority = -1; in GuessMimeType() local189 if (priority > bestPriority) { in GuessMimeType()191 bestPriority = priority; in GuessMimeType()198 return bestPriority; in GuessMimeType()
329 float bestPriority = -1; in Scan() local344 if (priority <= bestPriority) { in Scan()356 bestPriority = priority; in Scan()377 if (bestModule && bestPriority >= bestFSPriority) { in Scan()
1409 float bestPriority = partition->DiskSystemPriority(); in _ScanPartition() local1425 if (priority >= 0 && priority > bestPriority) { in _ScanPartition()1431 bestPriority = priority; in _ScanPartition()1449 partition->SetDiskSystem(bestDiskSystem, bestPriority); in _ScanPartition()