Searched refs:fsType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java156 public String fsType; field in class:VolumeInfo
181 fsType = parcel.readString();
384 if ("vfat".equals(fsType)) {
461 pw.printPair("fsType", fsType);
528 parcel.writeString(fsType);
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java1035 vol.fsType = cooked[2];

Completed in 85 milliseconds