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

/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp567 Returns \c B_OK if \a searchedName could be found under those modules,
572 \a searchedName is allowed to be \c NULL (if all modules should be scanned)
575 check_module_image(const char* path, const char* searchedName, argument
583 TRACE(("check_module_image(path = \"%s\", searchedName = \"%s\")\n", path,
584 searchedName));
607 if (freshModule && searchedName != NULL
608 && strcmp((*info)->name, searchedName) == 0) {

Completed in 40 milliseconds