| 656 | |
| 657 | |
| 658 | static inline bool |
| 659 | isMatchModuleName(const char *szModuleName) |
| 660 | { |
| 661 | ModulesMap::const_iterator modIt = modulesMap.find(szModuleName); |
| 662 | return modIt != modulesMap.end(); |
| 663 | } |
| 664 | |
| 665 | |
| 666 | /* Set of previously hooked modules */ |
no test coverage detected