Home
last modified time | relevance | path

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

/system/core/libmeminfo/vts/
Dvts_meminfo_test.cpp25 TEST(SmapsRollup, IsSupported) { in TEST() argument
/system/vold/model/
DPublicVolume.cpp98 if (mFsType == "vfat" && vfat::IsSupported()) { in doMount()
103 } else if (mFsType == "exfat" && exfat::IsSupported()) { in doMount()
256 bool useVfat = vfat::IsSupported(); in doFormat()
257 bool useExfat = exfat::IsSupported(); in doFormat()
DPrivateVolume.cpp183 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.cpp54 bool IsSupported() { in IsSupported() function
DExt4.cpp58 bool IsSupported() { in IsSupported() function