Searched refs:fstype (Results 1 – 3 of 3) sorted by relevance
50 const int32_t sizeMb, const String16& fstype, const String16& key,
240 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype, in createSecureContainer() argument247 data.writeString16(fstype); in createSecureContainer()
223 static bool IsDataMounted(const std::string& fstype) { in IsDataMounted() argument232 return fstype == "*" || mentry->mnt_type == fstype; in IsDataMounted()