Searched refs:supported_fs (Results 1 – 1 of 1) sorted by relevance
114 static const std::vector<std::string> supported_fs{"ext4", "squashfs", "vfat", "f2fs", "none"}; in EnsurePathMounted() local115 if (std::find(supported_fs.begin(), supported_fs.end(), rec->fs_type) == supported_fs.end()) { in EnsurePathMounted()