Home
last modified time | relevance | path

Searched refs:mFsLabel (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/vold/model/
H A DStubVolume.cpp37 mFsLabel(fsLabel) { in StubVolume()
53 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in doMount()
H A DPrivateVolume.cpp59 status_t res = ReadMetadata(mDmDevPath, &mFsType, &mFsUuid, &mFsLabel); in readMetadata()
62 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in readMetadata()
H A DStubVolume.h50 const std::string mFsLabel; variable
H A DPublicVolume.h79 std::string mFsLabel; variable
H A DPrivateVolume.h76 std::string mFsLabel; variable
H A DPublicVolume.cpp60 status_t res = ReadMetadataUntrusted(mDevPath, &mFsType, &mFsUuid, &mFsLabel); in readMetadata()
63 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in readMetadata()