Home | History | Annotate | Download | only in storage

Lines Matching defs:fstype

254             public int createSecureContainer(String id, int sizeMb, String fstype, String key,
263 _data.writeString(fstype);
934 String fstype;
935 fstype = data.readString();
942 int resultCode = createSecureContainer(id, sizeMb, fstype, key, ownerUid,
1165 public int createSecureContainer(String id, int sizeMb, String fstype, String key,