Searched refs:IsFilesystemSupported (Results 1 – 6 of 6) sorted by relevance
59 << (android::vold::IsFilesystemSupported("ext4") ? " ext4" : "") in main()60 << (android::vold::IsFilesystemSupported("f2fs") ? " f2fs" : "") in main()61 << (android::vold::IsFilesystemSupported("vfat") ? " vfat" : ""); in main()
98 bool IsFilesystemSupported(const std::string& fsType);
532 bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported() function
40 && IsFilesystemSupported("f2fs"); in IsSupported()
64 && IsFilesystemSupported("vfat"); in IsSupported()
66 && IsFilesystemSupported("ext4"); in IsSupported()