Home
last modified time | relevance | path

Searched refs:mFsType (Results 1 – 6 of 6) sorted by relevance

/system/vold/model/
DPublicVolume.cpp60 status_t res = ReadMetadataUntrusted(mDevPath, &mFsType, &mFsUuid, &mFsLabel); in readMetadata()
63 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in readMetadata()
103 if (mFsType == "vfat" && vfat::IsSupported()) { in doMount()
108 } else if (mFsType == "exfat" && exfat::IsSupported()) { in doMount()
114 LOG(ERROR) << getId() << " unsupported filesystem " << mFsType; in doMount()
143 if (mFsType == "vfat") { in doMount()
149 } else if (mFsType == "exfat") { in doMount()
DPrivateVolume.cpp59 status_t res = ReadMetadata(mDmDevPath, &mFsType, &mFsUuid, &mFsLabel); in readMetadata()
62 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in readMetadata()
134 if (mFsType == "ext4") { in doMount()
148 } else if (mFsType == "f2fs") { in doMount()
163 LOG(ERROR) << getId() << " unsupported filesystem " << mFsType; in doMount()
DStubVolume.cpp35 mFsType(fsType), in StubVolume()
53 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in doMount()
DPrivateVolume.h42 const std::string& getFsType() const { return mFsType; }; in getFsType()
72 std::string mFsType; variable
DStubVolume.h48 const std::string mFsType; variable
DPublicVolume.h75 std::string mFsType; variable