Searched refs:mFsType (Results 1 - 4 of 4) sorted by relevance

/system/vold/model/
H A DPrivateVolume.h42 const std::string& getFsType() { return mFsType; };
68 std::string mFsType; member in class:android::vold::PrivateVolume
H A DPrivateVolume.cpp56 status_t res = ReadMetadata(mDmDevPath, &mFsType, &mFsUuid, &mFsLabel);
59 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); local
113 if (mFsType == "ext4") {
127 } else if (mFsType == "f2fs") {
142 LOG(ERROR) << getId() << " unsupported filesystem " << mFsType;
H A DPublicVolume.cpp56 status_t res = ReadMetadataUntrusted(mDevPath, &mFsType, &mFsUuid, &mFsLabel);
59 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); local
99 if (mFsType == "vfat" && vfat::IsSupported()) {
104 } else if (mFsType == "exfat" && exfat::IsSupported()) {
110 LOG(ERROR) << getId() << " unsupported filesystem " << mFsType;
138 if (mFsType == "vfat") {
144 } else if (mFsType == "exfat") {
H A DPublicVolume.h71 std::string mFsType; member in class:android::vold::PublicVolume

Completed in 83 milliseconds