Searched defs:regexStr (Results 1 – 2 of 2) sorted by relevance
446 std::string regexStr = ".*" + std::to_string(tid) + ".*to.*code.*"; in RecordIpcInfo() local
1092 static inline bool RegexCheck(const string &str, const string ®exStr) in RegexCheck()