Searched refs:IsStringExist (Results 1 – 3 of 3) sorted by relevance
35 bool IsStringExist(const std::list<std::string> &strList, const std::string &content);
141 bool IsStringExist(const std::list<std::string> &strList, const std::string &content) in IsStringExist() function
377 if (IsStringExist(excludeProcess, info.name)) { in FindProcess()