Home
last modified time | relevance | path

Searched refs:host_cpu (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/toolchain/build/scripts/
H A Dcheck_mac_system_and_cpu.py43 host_cpu = res[2].strip().decode().split("brand_string:")[-1]
44 if "M1" in host_cpu:
46 elif "M2" in host_cpu:
48 elif "M3" in host_cpu:
49 print("host_cpu is m3")
/arkcompiler/toolchain/build/prebuilts_download/
H A Dprebuilts_download.py220 host_cpu = args.host_cpu
230 copy_config = config_info.get(host_platform).get(host_cpu).get('copy_config')
232 linux_copy_config = config_info.get(host_platform).get(host_cpu).get('linux_copy_config')
235 darwin_copy_config = config_info.get(host_platform).get(host_cpu).get('darwin_copy_config')
/arkcompiler/toolchain/build/compile_script/
H A Dark.py276 # variables which would change with the change of host_os or host_cpu
664 host_cpu = platform.machine()
669 for element in prebuilts_download_config_dict[host_os][host_cpu]["copy_config"]:

Completed in 4 milliseconds