Searched refs:fstype (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/include/storage/
H A DIMountService.h49 const int32_t sizeMb, const String16& fstype, const String16& key,
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java252 public int createSecureContainer(String id, int sizeMb, String fstype, String key, argument
261 _data.writeString(fstype);
1067 String fstype;
1068 fstype = data.readString();
1075 int resultCode = createSecureContainer(id, sizeMb, fstype, key, ownerUid,
1359 public int createSecureContainer(String id, int sizeMb, String fstype, String key, argument
/frameworks/base/libs/storage/
H A DIMountService.cpp235 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype, argument
242 data.writeString16(fstype);
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java1777 public int createSecureContainer(String id, int sizeMb, String fstype, String key, argument
1785 mConnector.execute("asec", "create", id, sizeMb, fstype, new SensitiveArg(key),

Completed in 60 milliseconds