Home
last modified time | relevance | path

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

/system/vold/model/
DStubVolume.cpp36 mFsUuid(fsUuid), in StubVolume()
53 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in doMount()
DPublicVolume.cpp60 status_t res = ReadMetadataUntrusted(mDevPath, &mFsType, &mFsUuid, &mFsLabel); in readMetadata()
63 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in readMetadata()
120 if (!mFsUuid.empty()) { in doMount()
121 stableName = mFsUuid; in doMount()
273 if (!mFsUuid.empty()) { in doUnmount()
274 stableName = mFsUuid; in doUnmount()
DPrivateVolume.h45 const std::string& getFsUuid() const { return mFsUuid; }; in getFsUuid()
74 std::string mFsUuid; variable
DPrivateVolume.cpp59 status_t res = ReadMetadata(mDmDevPath, &mFsType, &mFsUuid, &mFsLabel); in readMetadata()
62 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in readMetadata()
126 mPath = StringPrintf("/mnt/expand/%s", mFsUuid.c_str()); in doMount()
195 new EmulatedVolume(mediaPath, mRawDevice, mFsUuid, user)); in doPostMount()
DStubVolume.h49 const std::string mFsUuid; variable
DPublicVolume.h77 std::string mFsUuid; variable