Home
last modified time | relevance | path

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

/haiku/src/system/boot/loader/
H A Dpartitions.cpp361 float bestFSPriority = -1; in Scan() local
370 if (priority > bestFSPriority) { in Scan()
372 bestFSPriority = priority; in Scan()
377 if (bestModule && bestPriority >= bestFSPriority) { in Scan()