Searched refs:fstype (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/include/storage/ |
H A D | IMountService.h | 49 const int32_t sizeMb, const String16& fstype, const String16& key,
|
/frameworks/base/core/java/android/os/storage/ |
H A D | IMountService.java | 252 public int createSecureContainer(String id, int sizeMb, String fstype, String key, argument 261 _data.writeString(fstype); 954 String fstype; 955 fstype = data.readString(); 962 int resultCode = createSecureContainer(id, sizeMb, fstype, key, ownerUid, 1193 public int createSecureContainer(String id, int sizeMb, String fstype, String key, argument
|
/frameworks/base/libs/storage/ |
H A D | IMountService.cpp | 235 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 D | MountService.java | 1643 public int createSecureContainer(String id, int sizeMb, String fstype, String key, argument 1651 mConnector.execute("asec", "create", id, sizeMb, fstype, new SensitiveArg(key),
|
Completed in 1288 milliseconds