Searched refs:mFsUuid (Results 1 – 6 of 6) sorted by relevance
/system/vold/model/ |
D | StubVolume.cpp | 36 mFsUuid(fsUuid), in StubVolume() 53 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in doMount()
|
D | PublicVolume.cpp | 60 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()
|
D | PrivateVolume.h | 45 const std::string& getFsUuid() const { return mFsUuid; }; in getFsUuid() 74 std::string mFsUuid; variable
|
D | PrivateVolume.cpp | 59 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()
|
D | StubVolume.h | 49 const std::string mFsUuid; variable
|
D | PublicVolume.h | 77 std::string mFsUuid; variable
|