Searched refs:toolchain_label (Results 1 – 4 of 4) sorted by relevance
/build/scripts/ |
D | asan_backup.py | 25 def _get_toolchain_name(toolchain_label): argument 26 return toolchain_label.split(':')[1]
|
D | ninja_rules_parser.py | 178 for platform, toolchain_label in platform_toolchain.items(): 181 toolchain_name = toolchain_label.split(':')[1]
|
/build/ohos/ |
D | ohos_part.gni | 68 toolchain_label = get_label_info(part_label, "toolchain") 83 toolchain_label = get_label_info(part_label, "toolchain")
|
/build/lite/hb_internal/preloader/ |
D | preloader.py | 75 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,
|