Home
last modified time | relevance | path

Searched refs:sysPath (Results 1 – 1 of 1) sorted by relevance

/system/vold/
DVolumeManager.h103 bool matches(const std::string& sysPath) { in matches() argument
104 return !fnmatch(mSysPattern.c_str(), sysPath.c_str(), 0); in matches()