Searched refs:FindModule (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp104 Module *FindModule(const char *path);
365 if (module && !FindModule(module->Info()->name))
377 // FindModule
379 ModuleList::FindModule(const char *path) function in class:ModuleList
416 Module *module = fModules.FindModule(path);
452 if (Module *module = fModules.FindModule(path)) {

Completed in 28 milliseconds