Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_roots.cpp114 static const std::vector<std::string> supported_fs{"ext4", "squashfs", "vfat", "f2fs", "none"}; in EnsurePathMounted() local
115 if (std::find(supported_fs.begin(), supported_fs.end(), rec->fs_type) == supported_fs.end()) { in EnsurePathMounted()