Home
last modified time | relevance | path

Searched full:gn_info_file (Results 1 – 2 of 2) sorted by relevance

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Drom_analysis.py69 gn_info_file = configs["gn_info_file"] # filename to save gn_info
70 with open(gn_info_file, 'r', encoding='utf-8') as f:
81 product_dict, query_order, gn_info, gn_info_file, rom_ram_baseline, rom_size_dict)
99 gn_info_file = configs["gn_info_file"]
100 …with os.fdopen(os.open(gn_info_file, os.O_WRONLY | os.O_CREAT, mode=0o640), 'w', encoding='utf-8')…
375 …def _iterate_all_template_type(cls, type_list: List[str], gn_info: Dict, gn_info_file: str, base_n…
386 f"'{tn}' not found in the {gn_info_file}")
425 … gn_info: Dict, gn_info_file: str, rom_ram_baseline: Dict,
439 … type_list, gn_info, gn_info_file, base_name, rom_ram_baseline, rom_size_dict, f, size)
Dconfig.yaml39 gn_info_file: gn_info.json