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.java254 public int createSecureContainer(String id, int sizeMb, String fstype, String key, argument
263 _data.writeString(fstype);
936 String fstype;
937 fstype = data.readString();
944 int resultCode = createSecureContainer(id, sizeMb, fstype, key, ownerUid,
1166 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/java/com/android/server/
H A DMountService.java1602 public int createSecureContainer(String id, int sizeMb, String fstype, String key, argument
1610 mConnector.execute("asec", "create", id, sizeMb, fstype, key, ownerUid,

Completed in 79 milliseconds