Home
last modified time | relevance | path

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

/build/scripts/
Dasan_backup.py25 def _get_toolchain_name(toolchain_label): argument
26 return toolchain_label.split(':')[1]
Dninja_rules_parser.py178 for platform, toolchain_label in platform_toolchain.items():
181 toolchain_name = toolchain_label.split(':')[1]
/build/ohos/
Dohos_part.gni68 toolchain_label = get_label_info(part_label, "toolchain")
83 toolchain_label = get_label_info(part_label, "toolchain")
/build/lite/hb_internal/preloader/
Dpreloader.py75 def _output_platforms_config(target_os, target_cpu, toolchain_label, argument
80 "toolchain": toolchain_label,
613 toolchain_label = ""
615 toolchain_label = '//build/toolchain/{0}:{0}_clang_{1}'.format(
619 build_vars['product_toolchain_label'] = toolchain_label
624 _output_platforms_config(target_os, target_cpu, toolchain_label,