Home
last modified time | relevance | path

Searched refs:fsType (Results 1 – 4 of 4) 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.java167 public String fsType; field in VolumeInfo
197 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()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java1460 public void onVolumeMetadataChanged(String volId, String fsType, String fsUuid,
1465 vol.fsType = fsType;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt42332 Landroid/os/storage/VolumeInfo;->fsType:Ljava/lang/String;