/system/vold/model/ |
D | StubVolume.cpp | 28 const std::string& fsType, const std::string& fsUuid, in StubVolume() argument 34 mFsUuid(fsUuid), in StubVolume()
|
D | EmulatedVolume.cpp | 49 EmulatedVolume::EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid) in EmulatedVolume() argument 53 mLabel = fsUuid; in EmulatedVolume()
|
D | EmulatedVolume.h | 41 EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid);
|
D | StubVolume.h | 35 const std::string& fsType, const std::string& fsUuid, const std::string& fsLabel);
|
/system/vold/binder/android/os/ |
D | IVoldListener.aidl | 31 @utf8InCpp String fsType, @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in onVolumeMetadataChanged() argument
|
D | IVold.aidl | 42 void forgetPartition(@utf8InCpp String partGuid, @utf8InCpp String fsUuid); in forgetPartition() argument 126 @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in createStubVolume() argument
|
/system/vold/ |
D | VolumeManager.h | 87 int forgetPartition(const std::string& partGuid, const std::string& fsUuid); 126 const std::string& fsType, const std::string& fsUuid,
|
D | Utils.h | 72 status_t ReadMetadata(const std::string& path, std::string* fsType, std::string* fsUuid, 76 status_t ReadMetadataUntrusted(const std::string& path, std::string* fsType, std::string* fsUuid,
|
D | Utils.cpp | 268 static status_t readMetadata(const std::string& path, std::string* fsType, std::string* fsUuid, in readMetadata() argument 271 fsUuid->clear(); in readMetadata() 296 FindValue(line, "UUID", fsUuid); in readMetadata() 303 status_t ReadMetadata(const std::string& path, std::string* fsType, std::string* fsUuid, in ReadMetadata() argument 305 return readMetadata(path, fsType, fsUuid, fsLabel, false); in ReadMetadata() 308 status_t ReadMetadataUntrusted(const std::string& path, std::string* fsType, std::string* fsUuid, in ReadMetadataUntrusted() argument 310 return readMetadata(path, fsType, fsUuid, fsLabel, true); in ReadMetadataUntrusted()
|
D | VoldNativeService.cpp | 246 const std::string& fsUuid) { in forgetPartition() argument 249 CHECK_ARGUMENT_HEX(fsUuid); in forgetPartition() 252 return translate(VolumeManager::Instance()->forgetPartition(partGuid, fsUuid)); in forgetPartition() 399 const std::string& fsUuid, const std::string& fsLabel, std::string* _aidl_return) { in createStubVolume() argument 403 CHECK_ARGUMENT_HEX(fsUuid); in createStubVolume() 409 fsUuid, fsLabel, _aidl_return)); in createStubVolume()
|
D | VolumeManager.cpp | 342 int VolumeManager::forgetPartition(const std::string& partGuid, const std::string& fsUuid) { in forgetPartition() argument 356 if (!fscrypt_destroy_volume_keys(fsUuid)) { in forgetPartition() 717 const std::string& fsType, const std::string& fsUuid, in createStubVolume() argument 721 new android::vold::StubVolume(id, sourcePath, mountPath, fsType, fsUuid, fsLabel)); in createStubVolume()
|
D | VoldNativeService.h | 53 binder::Status forgetPartition(const std::string& partGuid, const std::string& fsUuid); 73 const std::string& fsType, const std::string& fsUuid,
|