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

/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp135 bool _MatchSuffix(const char *name, const char *suffix);
593 ModuleManager::_MatchSuffix(const char *name, const char *suffix) function in class:ModuleManager
622 && _MatchSuffix(infos[i]->name, suffix))
645 && _MatchSuffix(module->Info()->name, suffix))

Completed in 34 milliseconds