Searched refs:outputfile (Results 1 – 1 of 1) sorted by relevance
25 def fill_dummy_cert(outputfile): argument26 outputfile.write(b'CERT'.ljust(256, b'\0'))30 def fill_header(outputfile, inputfile, argv): argument39 buf = bytearray(offset - outputfile.tell())48 outputfile.write(buf)52 def fill_image(outputfile, inputfile): argument58 outputfile.write(buf.ljust(ALIGN_SIZE, b'\0'))62 def fill_dummy_footer(outputfile): argument63 outputfile.write(bytearray(FOOTER_SIZE))67 def make_image(inputfile, outputfile, argv): argument[all …]