HomeSort by relevance Sort by last modified time
    Searched refs:mFsType (Results 1 - 4 of 4) sorted by null

  /system/vold/
PrivateVolume.cpp 56 status_t res = ReadMetadata(mDmDevPath, mFsType, mFsUuid, mFsLabel);
57 notifyEvent(ResponseCode::VolumeFsTypeChanged, mFsType);
107 if (mFsType == "ext4") {
121 } else if (mFsType == "f2fs") {
136 LOG(ERROR) << getId() << " unsupported filesystem " << mFsType;
PrivateVolume.h 66 std::string mFsType;
PublicVolume.h 71 std::string mFsType;
PublicVolume.cpp 54 status_t res = ReadMetadataUntrusted(mDevPath, mFsType, mFsUuid, mFsLabel);
55 notifyEvent(ResponseCode::VolumeFsTypeChanged, mFsType);
97 if (mFsType != "vfat") {
98 LOG(ERROR) << getId() << " unsupported filesystem " << mFsType;

Completed in 628 milliseconds