Searched refs:mFsUuid (Results 1 – 6 of 6) sorted by relevance
/system/vold/model/ |
D | StubVolume.cpp | 34 mFsUuid(fsUuid), in StubVolume() 51 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in doMount()
|
D | PrivateVolume.cpp | 57 status_t res = ReadMetadata(mDmDevPath, &mFsType, &mFsUuid, &mFsLabel); in readMetadata() 60 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in readMetadata() 102 mPath = StringPrintf("/mnt/expand/%s", mFsUuid.c_str()); in doMount() 160 auto vol = std::shared_ptr<VolumeBase>(new EmulatedVolume(mediaPath, mRawDevice, mFsUuid)); in doMount()
|
D | PublicVolume.cpp | 56 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()
|
D | StubVolume.h | 49 const std::string mFsUuid; variable
|
D | PublicVolume.h | 74 std::string mFsUuid; variable
|
D | PrivateVolume.h | 71 std::string mFsUuid; variable
|