Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVoldListener.aidl24 long sizeBytes, @utf8InCpp String label, @utf8InCpp String sysPath); in onDiskMetadataChanged() argument
/system/vold/
DVolumeManager.h67 bool matches(const std::string& sysPath) { in matches() argument
68 return !fnmatch(mSysPattern.c_str(), sysPath.c_str(), 0); in matches()
/system/vold/model/
DDisk.cpp89 static bool isNvmeBlkDevice(unsigned int major, const std::string& sysPath) { in isNvmeBlkDevice() argument
90 return sysPath.find("nvme") != std::string::npos && major >= kMajorBlockDynamicMin && in isNvmeBlkDevice()