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

/frameworks/base/libs/storage/
H A DIMountService.cpp231 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype, argument
238 data.writeString16(fstype);
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java250 public int createSecureContainer(String id, int sizeMb, String fstype, String key, argument
259 _data.writeString(fstype);
746 String fstype;
747 fstype = data.readString();
752 int resultCode = createSecureContainer(id, sizeMb, fstype, key, ownerUid);
907 public int createSecureContainer(String id, int sizeMb, String fstype, String key, int ownerUid) argument
/frameworks/base/services/java/com/android/server/
H A DMountService.java1304 public int createSecureContainer(String id, int sizeMb, String fstype, argument
1311 String cmd = String.format("asec create %s %d %s %s %d", id, sizeMb, fstype, key, ownerUid);

Completed in 39 milliseconds