Lines Matching refs:hpm_cache_path
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']
199 def _components_info_handler(part_name_list, source_code_path, hpm_cache_path, root_path, dependenc… argument
212 bundle_path = _get_bundle_path(hpm_cache_path, dependences_json, part_name)
216 _symlink_binarys(hpm_cache_path, bundle_json, dependences_json, part_name)
247 def _get_all_have_toolchain_component(toolchain_json, hpm_cache_path): argument
249 binarys_path = os.path.join(hpm_cache_path, 'binarys')
267 hpm_cache_path = args.hpmcache_path
273 dependences_json = _get_dependence_json(hpm_cache_path)
277 _part_toolchain_map_dict = _get_all_have_toolchain_component(toolchain_json, hpm_cache_path)
279 … hpm_cache_path, root_path, dependences_json, _part_toolchain_map_dict)
283 _link_kernel_binarys(variants, hpm_cache_path, dependences_json)