Home
last modified time | relevance | path

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

/system/vold/
DPrivateVolume.cpp56 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()
DPublicVolume.cpp54 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()
DPrivateVolume.h68 std::string mFsUuid; variable
DPublicVolume.h73 std::string mFsUuid; variable