Searched refs:IsFilesystemSupported (Results 1 – 7 of 7) sorted by relevance
70 << (android::vold::IsFilesystemSupported("ext4") ? " ext4" : "") in main()71 << (android::vold::IsFilesystemSupported("f2fs") ? " f2fs" : "") in main()72 << (android::vold::IsFilesystemSupported("vfat") ? " vfat" : ""); in main()
107 bool IsFilesystemSupported(const std::string& fsType);
630 bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported() function
38 IsFilesystemSupported("exfat"); in IsSupported()
41 IsFilesystemSupported("f2fs"); in IsSupported()
56 IsFilesystemSupported("vfat"); in IsSupported()
60 IsFilesystemSupported("ext4"); in IsSupported()