Home
last modified time | relevance | path

Searched refs:IsFilesystemSupported (Results 1 – 9 of 9) sorted by relevance

/system/vold/
Dmain.cpp64 << (android::vold::IsFilesystemSupported("ext4") ? " ext4" : "") in main()
65 << (android::vold::IsFilesystemSupported("f2fs") ? " f2fs" : "") in main()
66 << (android::vold::IsFilesystemSupported("vfat") ? " vfat" : ""); in main()
DUtils.h132 bool IsFilesystemSupported(const std::string& fsType);
DUtils.cpp997 bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported() function
1007 return IsFilesystemSupported("sdcardfs") && in IsSdcardfsUsed()
DFsCrypt.cpp70 using android::vold::IsFilesystemSupported;
DVolumeManager.cpp85 using android::vold::IsFilesystemSupported;
/system/vold/fs/
DExfat.cpp38 IsFilesystemSupported("exfat"); in IsSupported()
DF2fs.cpp41 IsFilesystemSupported("f2fs"); in IsSupported()
DVfat.cpp56 IsFilesystemSupported("vfat"); in IsSupported()
DExt4.cpp60 IsFilesystemSupported("ext4"); in IsSupported()