Home
last modified time | relevance | path

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

/aosp12/system/vold/binder/android/os/
H A DIVoldListener.aidl24 long sizeBytes, @utf8InCpp String label, @utf8InCpp String sysPath); in onDiskMetadataChanged()
/aosp12/system/vold/
H A DVolumeManager.h67 bool matches(const std::string& sysPath) { in matches()
/aosp12/frameworks/base/core/java/android/os/storage/
H A DDiskInfo.java65 public String sysPath; field in DiskInfo
/aosp12/system/vold/model/
H A DDisk.cpp89 static bool isNvmeBlkDevice(unsigned int major, const std::string& sysPath) { in isNvmeBlkDevice()