Home
last modified time | relevance | path

Searched defs:fsUuid (Results 1 – 7 of 7) sorted by relevance

/system/vold/model/
DStubVolume.cpp30 const std::string& fsType, const std::string& fsUuid, in StubVolume()
DEmulatedVolume.cpp56 EmulatedVolume::EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid, in EmulatedVolume()
/system/vold/binder/android/os/
DIVoldListener.aidl31 @utf8InCpp String fsType, @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in onVolumeMetadataChanged()
DIVold.aidl44 void forgetPartition(@utf8InCpp String partGuid, @utf8InCpp String fsUuid); in forgetPartition()
137 @utf8InCpp String fsUuid, @utf8InCpp String fsLabel, int flags); in createStubVolume()
/system/vold/
DVolumeManager.cpp351 int VolumeManager::forgetPartition(const std::string& partGuid, const std::string& fsUuid) { in forgetPartition()
1128 const std::string& fsType, const std::string& fsUuid, in createStubVolume()
DUtils.cpp628 static status_t readMetadata(const std::string& path, std::string* fsType, std::string* fsUuid, in readMetadata()
663 status_t ReadMetadata(const std::string& path, std::string* fsType, std::string* fsUuid, in ReadMetadata()
668 status_t ReadMetadataUntrusted(const std::string& path, std::string* fsType, std::string* fsUuid, in ReadMetadataUntrusted()
DVoldNativeService.cpp258 const std::string& fsUuid) { in forgetPartition()
445 const std::string& fsUuid, in createStubVolume()