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