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