Searched refs:dependences_json (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/build/indep_configs/scripts/ |
H A D | generate_components.py | 65 def _get_bundle_path(hpm_cache_path, dependences_json, part_name): argument 67 dependences_json[part_name]['installPath'] + os.sep + 'bundle.json') 91 def _symlink_binarys(hpm_cache_path, bundle_json, dependences_json, part_name): argument 100 real_path = hpm_cache_path + dependences_json[part_name]['installPath'] 104 def _link_kernel_binarys(variants, hpm_cache_path, dependences_json): argument 105 musl_real_path = hpm_cache_path + dependences_json["musl"]['installPath'] 113 kernel_real_path = hpm_cache_path + dependences_json["linux"]['installPath'] 216 _symlink_binarys(hpm_cache_path, bundle_json, dependences_json, part_name) 273 dependences_json = _get_dependence_json(hpm_cache_path) 275 part_name_list = dependences_json.keys() [all …]
|
H A D | refactor_hpm_bundle_json.py | 72 dependences_json = utils.get_json(dependences_file) 73 for part_name, part_info in dependences_json.items():
|