Searched refs:mFsUuid (Results 1 - 4 of 4) sorted by relevance

/system/vold/model/
H A DPrivateVolume.cpp56 status_t res = ReadMetadata(mDmDevPath, &mFsType, &mFsUuid, &mFsLabel);
59 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); local
105 mPath = StringPrintf("/mnt/expand/%s", mFsUuid.c_str());
164 new EmulatedVolume(mediaPath, mRawDevice, mFsUuid));
H A DPrivateVolume.h70 std::string mFsUuid; member in class:android::vold::PrivateVolume
H A DPublicVolume.h73 std::string mFsUuid; member in class:android::vold::PublicVolume
H A DPublicVolume.cpp56 status_t res = ReadMetadataUntrusted(mDevPath, &mFsType, &mFsUuid, &mFsLabel);
59 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); local
116 if (!mFsUuid.empty()) {
117 stableName = mFsUuid;

Completed in 2743 milliseconds