Home
last modified time | relevance | path

Searched refs:fsType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/jni/
Dfilesystem_utils.h29 static bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported() argument
35 return supported.find(fsType + "\n") != std::string::npos; in IsFilesystemSupported()
/frameworks/base/core/java/android/os/storage/
DVolumeInfo.java169 public String fsType; field in VolumeInfo
199 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()
/frameworks/base/services/core/java/com/android/server/
DDynamicSystemService.java97 if (!"vfat".equalsIgnoreCase(volume.fsType)) { in startInstallation()
DStorageManagerService.java1498 public void onVolumeMetadataChanged(String volId, String fsType, String fsUuid,
1503 vol.fsType = fsType;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt38366 Landroid/os/storage/VolumeInfo;->fsType:Ljava/lang/String;