Searched refs:foundModule (Results 1 – 1 of 1) sorted by relevance
1754 module* foundModule = sModulesHash->Lookup(moduleName); in module_get_path() local1755 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()