Searched defs:fsUuid (Results 1 – 7 of 7) sorted by relevance
| /system/vold/model/ |
| D | EmulatedVolume.cpp | 49 EmulatedVolume::EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid) in EmulatedVolume()
|
| D | StubVolume.cpp | 28 const std::string& fsType, const std::string& fsUuid, in StubVolume()
|
| /system/vold/binder/android/os/ |
| D | IVoldListener.aidl | 31 @utf8InCpp String fsType, @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in onVolumeMetadataChanged()
|
| D | IVold.aidl | 41 void forgetPartition(@utf8InCpp String partGuid, @utf8InCpp String fsUuid); in forgetPartition() 122 @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in createStubVolume()
|
| /system/vold/ |
| D | VolumeManager.cpp | 346 int VolumeManager::forgetPartition(const std::string& partGuid, const std::string& fsUuid) { in forgetPartition() 721 const std::string& fsType, const std::string& fsUuid, in createStubVolume()
|
| D | Utils.cpp | 266 static status_t readMetadata(const std::string& path, std::string* fsType, std::string* fsUuid, in readMetadata() 301 status_t ReadMetadata(const std::string& path, std::string* fsType, std::string* fsUuid, in ReadMetadata() 306 status_t ReadMetadataUntrusted(const std::string& path, std::string* fsType, std::string* fsUuid, in ReadMetadataUntrusted()
|
| D | VoldNativeService.cpp | 319 const std::string& fsUuid) { in forgetPartition() 483 const std::string& fsUuid, const std::string& fsLabel, std::string* _aidl_return) { in createStubVolume()
|