Home
last modified time | relevance | path

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

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