Searched refs:mRegex (Results 1 – 2 of 2) sorted by relevance
108 : ConnectionDetector(d), Thread(false /*callCallJava*/), mPath(path), mRegex(regex), in FileConnectionDetector()142 return std::regex_match(name, mRegex); in matches()
77 std::regex mRegex; variable