Home
last modified time | relevance | path

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

/system/vold/model/
DStubVolume.cpp34 mFsUuid(fsUuid), in StubVolume()
51 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in doMount()
DPrivateVolume.cpp55 status_t res = ReadMetadata(mDmDevPath, &mFsType, &mFsUuid, &mFsLabel); in readMetadata()
58 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in readMetadata()
103 mPath = StringPrintf("/mnt/expand/%s", mFsUuid.c_str()); in doMount()
161 auto vol = std::shared_ptr<VolumeBase>(new EmulatedVolume(mediaPath, mRawDevice, mFsUuid)); in doMount()
DPublicVolume.cpp56 status_t res = ReadMetadataUntrusted(mDevPath, &mFsType, &mFsUuid, &mFsLabel); in readMetadata()
59 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in readMetadata()
115 if (!mFsUuid.empty()) { in doMount()
116 stableName = mFsUuid; in doMount()
DStubVolume.h49 const std::string mFsUuid; variable
DPublicVolume.h74 std::string mFsUuid; variable
DPrivateVolume.h71 std::string mFsUuid; variable