Searched refs:IsSupported (Results 1 - 7 of 7) sorted by relevance
/system/vold/fs/ | ||
H A D | F2fs.h | 28 bool IsSupported(); |
H A D | Vfat.h | 28 bool IsSupported(); |
H A D | Ext4.h | 28 bool IsSupported(); |
H A D | F2fs.cpp | 37 bool IsSupported() { function in namespace:android::vold::f2fs |
H A D | Ext4.cpp | 65 bool IsSupported() { function in namespace:android::vold::ext4 |
H A D | Vfat.cpp | 61 bool IsSupported() { function in namespace:android::vold::vfat |
/system/vold/ | ||
H A D | PrivateVolume.cpp | 180 if ((major(mRawDevice) == kMajorBlockMmc) && f2fs::IsSupported()) { |
Completed in 57 milliseconds