Home
last modified time | relevance | path

Searched refs:filegen_path (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
1278 with open(filegen_path, 'w+', encoding='utf-8') as file:
1281 with open(filegen_path, 'a', encoding='utf-8') as file:
1298 with open(filegen_path, 'a', encoding='utf-8') as file:
1372 filegen_path = arg
1578 if gen_info_from_bin(filegen_path, info_from_bin, verinfo_full, version) == 0: