Home
last modified time | relevance | path

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

/system/vold/
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()
DUtils.h107 bool IsFilesystemSupported(const std::string& fsType);
DUtils.cpp630 bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported() function
/system/vold/fs/
DExfat.cpp38 IsFilesystemSupported("exfat"); in IsSupported()
DF2fs.cpp41 IsFilesystemSupported("f2fs"); in IsSupported()
DVfat.cpp56 IsFilesystemSupported("vfat"); in IsSupported()
DExt4.cpp60 IsFilesystemSupported("ext4"); in IsSupported()