Searched refs:IsFilesystemSupported (Results 1 – 9 of 9) sorted by relevance
64 << (android::vold::IsFilesystemSupported("ext4") ? " ext4" : "") in main()65 << (android::vold::IsFilesystemSupported("f2fs") ? " f2fs" : "") in main()66 << (android::vold::IsFilesystemSupported("vfat") ? " vfat" : ""); in main()
132 bool IsFilesystemSupported(const std::string& fsType);
997 bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported() function1007 return IsFilesystemSupported("sdcardfs") && in IsSdcardfsUsed()
70 using android::vold::IsFilesystemSupported;
85 using android::vold::IsFilesystemSupported;
38 IsFilesystemSupported("exfat"); in IsSupported()
41 IsFilesystemSupported("f2fs"); in IsSupported()
56 IsFilesystemSupported("vfat"); in IsSupported()
60 IsFilesystemSupported("ext4"); in IsSupported()