Home
last modified time | relevance | path

Searched refs:fsType (Results 1 – 3 of 3) 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.java165 public String fsType; field in VolumeInfo
195 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()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java1405 public void onVolumeMetadataChanged(String volId, String fsType, String fsUuid,
1410 vol.fsType = fsType;