Home
last modified time | relevance | path

Searched refs:fsUuid (Results 1 – 12 of 12) sorted by relevance

/system/vold/model/
DStubVolume.cpp28 const std::string& fsType, const std::string& fsUuid, in StubVolume() argument
34 mFsUuid(fsUuid), in StubVolume()
DEmulatedVolume.cpp49 EmulatedVolume::EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid) in EmulatedVolume() argument
53 mLabel = fsUuid; in EmulatedVolume()
DEmulatedVolume.h41 EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid);
DStubVolume.h35 const std::string& fsType, const std::string& fsUuid, const std::string& fsLabel);
/system/vold/binder/android/os/
DIVoldListener.aidl31 @utf8InCpp String fsType, @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in onVolumeMetadataChanged() argument
DIVold.aidl42 void forgetPartition(@utf8InCpp String partGuid, @utf8InCpp String fsUuid); in forgetPartition() argument
126 @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in createStubVolume() argument
/system/vold/
DVolumeManager.h87 int forgetPartition(const std::string& partGuid, const std::string& fsUuid);
126 const std::string& fsType, const std::string& fsUuid,
DUtils.h72 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,
DUtils.cpp268 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()
DVoldNativeService.cpp246 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()
DVolumeManager.cpp342 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()
DVoldNativeService.h53 binder::Status forgetPartition(const std::string& partGuid, const std::string& fsUuid);
73 const std::string& fsType, const std::string& fsUuid,