Searched refs:hexfile (Results 1 – 2 of 2) sorted by relevance
14 def convert_hex_file_to_bin(hexfile): argument18 with open(hexfile, "r", encoding="iso-8859-1") as hfile:
59 with open(args.logfile, "r", encoding="iso-8859-1") as hexfile:60 for line in hexfile.readlines():