Home
last modified time | relevance | path

Searched refs:verinfo_full (Results 1 – 1 of 1) sorted by relevance

/rkbin/tools/
H A Dddrbin_tool.py1277 def gen_info_from_bin(filegen_path, info_from_bin, verinfo_full, version): argument
1279 file.write('/* ' + verinfo_full + ' */\n')
1342 verinfo_full = ''
1508 verinfo_full = content[position: position_1+30].decode('utf-8', errors='replace')
1509 verinfo_full = verinfo_full[:verinfo_full.find('\n')]
1513 verinfo_full_length = len(verinfo_full.encode('utf-8'))
1514 print("{}".format(verinfo_full))
1578 if gen_info_from_bin(filegen_path, info_from_bin, verinfo_full, version) == 0: