Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp223 static bool IsDataMounted(const std::string& fstype) { in IsDataMounted() argument
232 return fstype == "*" || mentry->mnt_type == fstype; in IsDataMounted()
/system/update_engine/common/
Dutils.cc616 for (const char* fstype : fstypes) { in MountFilesystem() local
619 fstype, in MountFilesystem()
626 << mountpoint << " as " << fstype; in MountFilesystem()
/system/sepolicy/tests/
Dsepol_wrap.cpp57 i->genfs->fstype, in get_genfs()