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