Home
last modified time | relevance | path

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

/system/vold/
Dmain.cpp59 << (android::vold::IsFilesystemSupported("ext4") ? " ext4" : "") in main()
60 << (android::vold::IsFilesystemSupported("f2fs") ? " f2fs" : "") in main()
61 << (android::vold::IsFilesystemSupported("vfat") ? " vfat" : ""); in main()
DUtils.h98 bool IsFilesystemSupported(const std::string& fsType);
DUtils.cpp532 bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported() function
/system/vold/fs/
DF2fs.cpp40 && IsFilesystemSupported("f2fs"); in IsSupported()
DVfat.cpp64 && IsFilesystemSupported("vfat"); in IsSupported()
DExt4.cpp66 && IsFilesystemSupported("ext4"); in IsSupported()