Lines Matching full:img
33 bzcat $(atf_get_srcdir)/befs.img.bz2 > befs.img
34 atf_check -s exit:0 -o inline:"befs\n" fstyp befs.img
35 atf_check -s exit:0 -o inline:"befs BeFS\n" fstyp -l befs.img
44 atf_check -s exit:0 -o ignore makefs -t cd9660 -Z -s 64m cd9660.img dir
45 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img
46 atf_check -s exit:0 -o inline:"cd9660\n" fstyp -l cd9660.img
55 atf_check -s exit:0 -o ignore makefs -t cd9660 -o label=Foo -Z -s 64m cd9660.img dir
56 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img
58 atf_check -s exit:0 -o inline:"cd9660 FOO\n" fstyp -l cd9660.img
75 bzcat $(atf_get_srcdir)/dfr-01-xfat.img.bz2 > exfat.img
76 atf_check -s exit:0 -o inline:"exfat\n" fstyp -u exfat.img
84 bzcat $(atf_get_srcdir)/dfr-01-xfat.img.bz2 > exfat.img
85 atf_check -s exit:0 -o inline:"exfat exFat\n" fstyp -u -l exfat.img
102 bzcat $(atf_get_srcdir)/ext2.img.bz2 > ext2.img
103 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp ext2.img
104 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp -l ext2.img
112 bzcat $(atf_get_srcdir)/ext3.img.bz2 > ext3.img
113 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp ext3.img
114 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp -l ext3.img
122 bzcat $(atf_get_srcdir)/ext4.img.bz2 > ext4.img
123 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp ext4.img
124 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp -l ext4.img
132 bzcat $(atf_get_srcdir)/ext4_with_label.img.bz2 > ext4_with_label.img
133 atf_check -s exit:0 -o inline:"ext2fs foo\n" fstyp -l ext4_with_label.img
141 atf_check -s exit:0 truncate -s 64m msdos.img
142 atf_check -s exit:0 -o ignore -e ignore newfs_msdos -F 12 ./msdos.img
143 atf_check -s exit:0 -o inline:"msdosfs\n" fstyp msdos.img
144 atf_check -s exit:0 -o inline:"msdosfs\n" fstyp -l msdos.img
152 atf_check -s exit:0 truncate -s 64m msdos.img
153 atf_check -s exit:0 -o ignore -e ignore newfs_msdos -F 16 ./msdos.img
154 atf_check -s exit:0 -o inline:"msdosfs\n" fstyp msdos.img
155 atf_check -s exit:0 -o inline:"msdosfs\n" fstyp -l msdos.img
163 atf_check -s exit:0 truncate -s 64m msdos.img
165 ./msdos.img
166 atf_check -s exit:0 -o inline:"msdosfs\n" fstyp msdos.img
167 atf_check -s exit:0 -o inline:"msdosfs\n" fstyp -l msdos.img
175 atf_check -s exit:0 truncate -s 64m msdos.img
177 ./msdos.img
178 atf_check -s exit:0 -o inline:"msdosfs\n" fstyp msdos.img
180 atf_check -s exit:0 -o inline:"msdosfs FOO\n" fstyp -l msdos.img
188 bzcat $(atf_get_srcdir)/ntfs.img.bz2 > ntfs.img
189 atf_check -s exit:0 -o inline:"ntfs\n" fstyp ntfs.img
190 atf_check -s exit:0 -o inline:"ntfs\n" fstyp -l ntfs.img
198 bzcat $(atf_get_srcdir)/ntfs_with_label.img.bz2 > ntfs_with_label.img
199 atf_check -s exit:0 -o inline:"ntfs\n" fstyp ntfs_with_label.img
200 atf_check -s exit:0 -o inline:"ntfs Foo\n" fstyp -l ntfs_with_label.img
209 atf_check -s exit:0 -o ignore makefs -Z -s 64m ufs.img dir
210 atf_check -s exit:0 -o inline:"ufs\n" fstyp ufs.img
211 atf_check -s exit:0 -o inline:"ufs\n" fstyp -l ufs.img
220 atf_check -s exit:0 -o ignore makefs -o version=2 -Z -s 64m ufs.img dir
221 atf_check -s exit:0 -o inline:"ufs\n" fstyp ufs.img
222 atf_check -s exit:0 -o inline:"ufs\n" fstyp -l ufs.img
231 atf_check -s exit:0 -o ignore makefs -o version=2,label="foo" -Z -s 64m ufs.img dir
232 atf_check -s exit:0 -o inline:"ufs foo\n" fstyp -l ufs.img