Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dfilesystem_utils.h29 static bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported() function
39 return IsFilesystemSupported("sdcardfs") && in IsSdcardfsUsed()
/aosp12/system/vold/
H A Dmain.cpp70 << (android::vold::IsFilesystemSupported("ext4") ? " ext4" : "") in main()
71 << (android::vold::IsFilesystemSupported("f2fs") ? " f2fs" : "") in main()
72 << (android::vold::IsFilesystemSupported("vfat") ? " vfat" : ""); in main()
H A DUtils.h135 bool IsFilesystemSupported(const std::string& fsType);
H A DUtils.cpp1000 bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported() function
1010 return IsFilesystemSupported("sdcardfs") && in IsSdcardfsUsed()
H A DFsCrypt.cpp71 using android::vold::IsFilesystemSupported;
H A DVolumeManager.cpp85 using android::vold::IsFilesystemSupported;
/aosp12/system/vold/fs/
H A DExfat.cpp38 IsFilesystemSupported("exfat"); in IsSupported()
H A DF2fs.cpp42 IsFilesystemSupported("f2fs"); in IsSupported()
H A DVfat.cpp56 IsFilesystemSupported("vfat"); in IsSupported()
H A DExt4.cpp60 IsFilesystemSupported("ext4"); in IsSupported()