Searched refs:fstypes (Results 1 – 2 of 2) sorted by relevance
708 vector<const char*> fstypes; in MountFilesystem() local710 fstypes = {"ext2", "ext3", "ext4", "squashfs", "erofs"}; in MountFilesystem()712 fstypes = {type.c_str()}; in MountFilesystem()714 for (const char* fstype : fstypes) { in MountFilesystem()
49 # fstypes.