Home
last modified time | relevance | path

Searched refs:hpm_cache_path (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/build/indep_configs/scripts/
H A Dgenerate_components.py65 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']
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)
[all …]