Searched refs:foundModule (Results 1 - 1 of 1) sorted by path

/haiku/src/system/kernel/
H A Dmodule.cpp1754 module* foundModule = sModulesHash->Lookup(moduleName); local
1755 if (foundModule != NULL) {
1756 if (foundModule->module_image == NULL)
1759 *filePath = strdup(foundModule->module_image->path);

Completed in 86 milliseconds