Searched refs:sysPath (Results 1 – 1 of 1) sorted by relevance
103 bool matches(const std::string& sysPath) { in matches() argument104 return !fnmatch(mSysPattern.c_str(), sysPath.c_str(), 0); in matches()