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.aidl41 void forgetPartition(@utf8InCpp String partGuid, @utf8InCpp String fsUuid); in forgetPartition() argument
122 @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.cpp266 static status_t readMetadata(const std::string& path, std::string* fsType, std::string* fsUuid, in readMetadata() argument
269 fsUuid->clear(); in readMetadata()
294 FindValue(line, "UUID", fsUuid); in readMetadata()
301 status_t ReadMetadata(const std::string& path, std::string* fsType, std::string* fsUuid, in ReadMetadata() argument
303 return readMetadata(path, fsType, fsUuid, fsLabel, false); in ReadMetadata()
306 status_t ReadMetadataUntrusted(const std::string& path, std::string* fsType, std::string* fsUuid, in ReadMetadataUntrusted() argument
308 return readMetadata(path, fsType, fsUuid, fsLabel, true); in ReadMetadataUntrusted()
DVolumeManager.cpp346 int VolumeManager::forgetPartition(const std::string& partGuid, const std::string& fsUuid) { in forgetPartition() argument
360 if (!fscrypt_destroy_volume_keys(fsUuid)) { in forgetPartition()
721 const std::string& fsType, const std::string& fsUuid, in createStubVolume() argument
725 new android::vold::StubVolume(id, sourcePath, mountPath, fsType, fsUuid, fsLabel)); in createStubVolume()
DVoldNativeService.cpp319 const std::string& fsUuid) { in forgetPartition() argument
322 CHECK_ARGUMENT_HEX(fsUuid); in forgetPartition()
325 return translate(VolumeManager::Instance()->forgetPartition(partGuid, fsUuid)); in forgetPartition()
483 const std::string& fsUuid, const std::string& fsLabel, std::string* _aidl_return) { in createStubVolume() argument
487 CHECK_ARGUMENT_HEX(fsUuid); in createStubVolume()
493 fsUuid, fsLabel, _aidl_return)); in createStubVolume()
DVoldNativeService.h53 binder::Status forgetPartition(const std::string& partGuid, const std::string& fsUuid);
74 const std::string& fsType, const std::string& fsUuid,