Searched refs:parts_info_output_path (Results 1 – 1 of 1) sorted by relevance
/build/hb/util/loader/ |
D | load_ohos_build.py | 625 def check_subsystem_and_component(parts_info_output_path, skip_partlist_check): argument 628 part_subsystem_file = os.path.join(parts_info_output_path, 656 parts_info_output_path = os.path.join(config_output_path, "parts_info") 660 parts_info_file = os.path.join(parts_info_output_path, 670 _part_subsystem_file = os.path.join(parts_info_output_path, 676 check_subsystem_and_component(parts_info_output_path, skip_partlist_check) 681 subsystem_parts_file = os.path.join(parts_info_output_path, 701 parts_variants_info_file = os.path.join(parts_info_output_path, 710 parts_inner_kits_info_file = os.path.join(parts_info_output_path, 719 parts_targets_info_file = os.path.join(parts_info_output_path, [all …]
|