Searched refs:output_file_name (Results 1 – 4 of 4) sorted by relevance
/developtools/hdc/scripts/ |
D | hdc_hash_gen.py | 27 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/ |
D | get_components.py | 60 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/ |
D | rom_analyzer.py | 337 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/ |
D | rom_analysis.py | 397 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:
|