Searched refs:hpm_cache_path (Results 1 – 1 of 1) sorted by relevance
/build/indep_configs/scripts/ |
D | generate_components.py | 65 def _get_bundle_path(hpm_cache_path, dependences_json, part_name): argument 66 bundle_path = (hpm_cache_path + 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'] 177 def _components_info_handler(part_name_list, source_code_path, hpm_cache_path, root_path, dependenc… argument 189 bundle_path = _get_bundle_path(hpm_cache_path, dependences_json, part_name) 192 _symlink_binarys(hpm_cache_path, bundle_json, dependences_json, part_name) [all …]
|