Searched refs:fsType (Results 1 – 3 of 3) sorted by relevance
29 static bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported() argument35 return supported.find(fsType + "\n") != std::string::npos; in IsFilesystemSupported()
165 public String fsType; field in VolumeInfo195 fsType = parcel.readString8(); in VolumeInfo()412 if ("vfat".equals(fsType)) { in buildStorageVolume()500 pw.printPair("fsType", fsType); in dump()568 parcel.writeString8(fsType); in writeToParcel()
1405 public void onVolumeMetadataChanged(String volId, String fsType, String fsUuid,1410 vol.fsType = fsType;