Searched refs:mFsType (Results 1 – 6 of 6) sorted by relevance
/system/vold/model/ |
D | PublicVolume.cpp | 60 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()
|
D | PrivateVolume.cpp | 59 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()
|
D | StubVolume.cpp | 35 mFsType(fsType), in StubVolume() 53 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in doMount()
|
D | PrivateVolume.h | 42 const std::string& getFsType() const { return mFsType; }; in getFsType() 72 std::string mFsType; variable
|
D | StubVolume.h | 48 const std::string mFsType; variable
|
D | PublicVolume.h | 75 std::string mFsType; variable
|