Searched refs:fsType (Results 1 – 5 of 5) sorted by relevance
29 static bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported() argument35 return supported.find(fsType + "\n") != std::string::npos; in IsFilesystemSupported()
169 public String fsType; field in VolumeInfo199 fsType = parcel.readString8(); in VolumeInfo()214 this.fsType = volumeInfo.fsType; in VolumeInfo()450 if ("vfat".equals(fsType)) { in buildStorageVolume()538 pw.printPair("fsType", fsType); in dump()606 parcel.writeString8(fsType); in writeToParcel()
97 if (!"vfat".equalsIgnoreCase(volume.fsType)) { in startInstallation()
1498 public void onVolumeMetadataChanged(String volId, String fsType, String fsUuid,1503 vol.fsType = fsType;
38366 Landroid/os/storage/VolumeInfo;->fsType:Ljava/lang/String;