Lines Matching +full:copy +full:- +full:item
11 # See the COPYING file in the top-level directory.
91 err('cannot pick random item because table is empty')
109 '''show [header|l1|l2 <offset>]- Show header or l1/l2 tables'''
118 err('unrecognized sub-command')
121 '''duplicate l1|l2 - Duplicate a random table element'''
129 err('unrecognized sub-command')
134 '''invalidate l1|l2 - Plant an invalid table element at random'''
142 err('unrecognized sub-command')
147 '''need-check [on|off] - Test, set, or clear the QED_F_NEED_CHECK header bit'''
157 err('unrecognized sub-command')
161 '''zero-cluster <pos> [<n>] - Zero data clusters'''
182 '''copy-metadata <outfile> - Copy metadata only (for scrubbing corrupted images)'''
186 out.seek(qed.filesize - 1)
189 # Copy header clusters
194 # Copy L1 table
199 # Copy L2 tables
223 cmd = 'cmd_' + cmd.replace('-', '_')