Home
last modified time | relevance | path

Searched refs:IsSupported (Results 1 – 10 of 10) sorted by relevance

/system/vold/model/
DPublicVolume.cpp99 if (mFsType == "vfat" && vfat::IsSupported()) { in doMount()
104 } else if (mFsType == "exfat" && exfat::IsSupported()) { in doMount()
254 if ((fsType == "vfat" || fsType == "auto") && vfat::IsSupported()) { in doFormat()
262 } else if ((fsType == "exfat" || fsType == "auto") && exfat::IsSupported()) { in doFormat()
DPrivateVolume.cpp186 if ((major(mRawDevice) == kMajorBlockMmc) && f2fs::IsSupported()) { in doFormat()
/system/vold/fs/
DF2fs.h28 bool IsSupported();
DExfat.h28 bool IsSupported();
DVfat.h28 bool IsSupported();
DExt4.h28 bool IsSupported();
DF2fs.cpp39 bool IsSupported() { in IsSupported() function
DExfat.cpp36 bool IsSupported() { in IsSupported() function
DVfat.cpp57 bool IsSupported() { in IsSupported() function
DExt4.cpp64 bool IsSupported() { in IsSupported() function