Home
last modified time | relevance | path

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

/system/vold/
DPrivateVolume.h70 std::string mFsLabel; variable
DPublicVolume.h75 std::string mFsLabel; variable
DPrivateVolume.cpp56 status_t res = ReadMetadata(mDmDevPath, mFsType, mFsUuid, mFsLabel); in readMetadata()
59 notifyEvent(ResponseCode::VolumeFsLabelChanged, mFsLabel); in readMetadata()
DPublicVolume.cpp54 status_t res = ReadMetadataUntrusted(mDevPath, mFsType, mFsUuid, mFsLabel); in readMetadata()
57 notifyEvent(ResponseCode::VolumeFsLabelChanged, mFsLabel); in readMetadata()