Home | History | Annotate | Download | only in image_signing

Lines Matching refs:conv

53 dd if=nor.bin of=bad.bin conv=notrunc bs=1 count=65536
58 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
59 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
64 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
65 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
70 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
71 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
76 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
77 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
82 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
83 dd if=bad.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
88 dd if=bad.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
89 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
94 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
95 dd if=bad.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
100 dd if=bad.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
101 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}