Searched refs:fstypes (Results 1 – 1 of 1) sorted by relevance
686 vector<const char*> fstypes; in MountFilesystem() local688 fstypes = {"ext2", "ext3", "ext4", "squashfs"}; in MountFilesystem()690 fstypes = {type.c_str()}; in MountFilesystem()692 for (const char* fstype : fstypes) { in MountFilesystem()