Searched refs:endsWith (Results 1 – 2 of 2) sorted by relevance
68 inline bool endsWith(const std::string& str, const std::string& suffix) const { in endsWith() function
45 if (endsWith(fullpath, ".so")) { in scanModules()