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