Searched refs:mFsUuid (Results 1 – 4 of 4) sorted by relevance
/system/vold/ |
D | PrivateVolume.cpp | 56 status_t res = ReadMetadata(mDmDevPath, mFsType, mFsUuid, mFsLabel); in readMetadata() 58 notifyEvent(ResponseCode::VolumeFsUuidChanged, mFsUuid); in readMetadata() 99 mPath = StringPrintf("/mnt/expand/%s", mFsUuid.c_str()); in doMount() 173 new EmulatedVolume(mediaPath, mRawDevice, mFsUuid)); in doMount()
|
D | PublicVolume.cpp | 54 status_t res = ReadMetadataUntrusted(mDevPath, mFsType, mFsUuid, mFsLabel); in readMetadata() 56 notifyEvent(ResponseCode::VolumeFsUuidChanged, mFsUuid); in readMetadata() 109 if (!mFsUuid.empty()) { in doMount() 110 stableName = mFsUuid; in doMount()
|
D | PrivateVolume.h | 68 std::string mFsUuid; variable
|
D | PublicVolume.h | 73 std::string mFsUuid; variable
|