Searched defs:fstype (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/storage/
H A DIMountService.cpp242 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype, argument
249 data.writeString16(fstype);
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java253 public int createSecureContainer(String id, int sizeMb, String fstype, String key, argument
262 _data.writeString(fstype);
1454 String fstype;
1455 fstype = data.readString();
1462 int resultCode = createSecureContainer(id, sizeMb, fstype, key, ownerUid,
1911 public int createSecureContainer(String id, int sizeMb, String fstype, String key, argument
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java1970 public int createSecureContainer(String id, int sizeMb, String fstype, String key, argument
1978 mConnector.execute("asec", "create", id, sizeMb, fstype, new SensitiveArg(key),

Completed in 100 milliseconds