Home
last modified time | relevance | path

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

/developtools/hdc/scripts/
Dhdc_hash_gen.py27 output_file_name = r"all.txt" variable
34 size = os.path.getsize("{}{}".format(output_dir, output_file_name))
35 with open("{}{}".format(output_dir, output_file_name), 'rb') as fd:
46 with open("{}{}".format(output_dir, output_file_name), 'w') as fd_struct:
/developtools/integration_verification/tools/components/
Dget_components.py60 output_file_name = args.output_file variable
61 Analyzer.get_components(config_json_path, output_file_name)
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
Drom_analyzer.py337 output_file_name = args.output_file variable
342 … project_origin_path, product, output_file_name, output_excel, baseline_path, unit_adaptiv)
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Drom_analysis.py397 def analysis(cls, product_name: str, product_dict: Dict[str, List[str]], output_file_name: str):
427 with open(output_file_name + ".json", 'w', encoding='utf-8') as f: