Searched refs:fsType (Results 1 – 4 of 4) sorted by relevance
29 static bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported() argument35 return supported.find(fsType + "\n") != std::string::npos; in IsFilesystemSupported()
167 public String fsType; field in VolumeInfo197 fsType = parcel.readString8(); in VolumeInfo()212 this.fsType = volumeInfo.fsType; in VolumeInfo()433 if ("vfat".equals(fsType)) { in buildStorageVolume()521 pw.printPair("fsType", fsType); in dump()589 parcel.writeString8(fsType); in writeToParcel()
1460 public void onVolumeMetadataChanged(String volId, String fsType, String fsUuid,1465 vol.fsType = fsType;
42332 Landroid/os/storage/VolumeInfo;->fsType:Ljava/lang/String;