Home
last modified time | relevance | path

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

/system/vold/model/
DEmulatedVolume.cpp49 const std::string& fsUuid) : VolumeBase(Type::kEmulated), mFusePid(0) { in EmulatedVolume() argument
52 mLabel = fsUuid; in EmulatedVolume()
DEmulatedVolume.h41 EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid);
/system/vold/
DUtils.cpp213 std::string* fsUuid, std::string* fsLabel, bool untrusted) { in readMetadata() argument
215 fsUuid->clear(); in readMetadata()
240 FindValue(line, "UUID", fsUuid); in readMetadata()
248 std::string* fsUuid, std::string* fsLabel) { in ReadMetadata() argument
249 return readMetadata(path, fsType, fsUuid, fsLabel, false); in ReadMetadata()
253 std::string* fsUuid, std::string* fsLabel) { in ReadMetadataUntrusted() argument
254 return readMetadata(path, fsType, fsUuid, fsLabel, true); in ReadMetadataUntrusted()
DUtils.h63 std::string* fsUuid, std::string* fsLabel);
67 std::string* fsUuid, std::string* fsLabel);
DVolumeManager.h90 int forgetPartition(const std::string& partGuid, const std::string& fsUuid);
DVoldNativeService.cpp304 const std::string& fsUuid) { in forgetPartition() argument
307 CHECK_ARGUMENT_HEX(fsUuid); in forgetPartition()
310 return translate(VolumeManager::Instance()->forgetPartition(partGuid, fsUuid)); in forgetPartition()
DVoldNativeService.h48 binder::Status forgetPartition(const std::string& partGuid, const std::string& fsUuid);
DVolumeManager.cpp323 int VolumeManager::forgetPartition(const std::string& partGuid, const std::string& fsUuid) { in forgetPartition() argument
337 if (!e4crypt_destroy_volume_keys(fsUuid)) { in forgetPartition()
/system/vold/binder/android/os/
DIVoldListener.aidl31 @utf8InCpp String fsType, @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in onVolumeMetadataChanged() argument
DIVold.aidl38 void forgetPartition(@utf8InCpp String partGuid, @utf8InCpp String fsUuid); in forgetPartition() argument