Home
last modified time | relevance | path

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

/haiku/src/system/boot/loader/
H A Dpartitions.cpp327 const partition_module_info *bestModule = NULL; in Scan() local
352 if (bestModule) in Scan()
353 bestModule->free_identify_partition_cookie(this, bestCookie); in Scan()
354 bestModule = module; in Scan()
377 if (bestModule && bestPriority >= bestFSPriority) { in Scan()
379 status_t status = bestModule->scan_partition(opener.Descriptor(), this, in Scan()
381 bestModule->free_identify_partition_cookie(this, bestCookie); in Scan()
385 "failed to scan it\n", bestModule->pretty_name); in Scan()
391 content_type = bestModule->pretty_name; in Scan()
423 fModuleName = bestModule->module.name; in Scan()