Searched refs:IsFilesystemSupported (Results 1 – 10 of 10) sorted by relevance
29 static bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported() function39 return IsFilesystemSupported("sdcardfs") && in IsSdcardfsUsed()
70 << (android::vold::IsFilesystemSupported("ext4") ? " ext4" : "") in main()71 << (android::vold::IsFilesystemSupported("f2fs") ? " f2fs" : "") in main()72 << (android::vold::IsFilesystemSupported("vfat") ? " vfat" : ""); in main()
135 bool IsFilesystemSupported(const std::string& fsType);
1000 bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported() function1010 return IsFilesystemSupported("sdcardfs") && in IsSdcardfsUsed()
71 using android::vold::IsFilesystemSupported;
85 using android::vold::IsFilesystemSupported;
38 IsFilesystemSupported("exfat"); in IsSupported()
42 IsFilesystemSupported("f2fs"); in IsSupported()
56 IsFilesystemSupported("vfat"); in IsSupported()
60 IsFilesystemSupported("ext4"); in IsSupported()