Home
last modified time | relevance | path

Searched refs:fstype (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/storage/include/storage/
H A DIMountService.h50 const int32_t sizeMb, const String16& fstype, const String16& key,
/aosp14/frameworks/base/libs/storage/
H A DIMountService.cpp240 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype, in createSecureContainer() argument
247 data.writeString16(fstype); in createSecureContainer()
/aosp14/system/core/init/
H A Dreboot.cpp223 static bool IsDataMounted(const std::string& fstype) { in IsDataMounted() argument
232 return fstype == "*" || mentry->mnt_type == fstype; in IsDataMounted()