Searched refs:sysPath (Results 1 – 3 of 3) sorted by relevance
24 long sizeBytes, @utf8InCpp String label, @utf8InCpp String sysPath); in onDiskMetadataChanged() argument
67 bool matches(const std::string& sysPath) { in matches() argument68 return !fnmatch(mSysPattern.c_str(), sysPath.c_str(), 0); in matches()
89 static bool isNvmeBlkDevice(unsigned int major, const std::string& sysPath) { in isNvmeBlkDevice() argument90 return sysPath.find("nvme") != std::string::npos && major >= kMajorBlockDynamicMin && in isNvmeBlkDevice()