Home
last modified time | relevance | path

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

/build/scripts/
H A Dcheck_mac_system_and_cpu.py43 host_cpu = res[2].strip().decode().split("brand_string:")[-1]
46 if host_cpu_num in host_cpu:
/build/
H A Dprebuilts_download.sh96 host_cpu=arm64
100 host_cpu=x86_64
174 cpu="--host-cpu $host_cpu"
H A Dprebuilts_download.py365 host_cpu = args.host_cpu
386 copy_config = config_info.get(host_platform).get(host_cpu).get('copy_config')
389 install_config = config_info.get(host_platform).get(host_cpu).get('install')
391 linux_copy_config = config_info.get(host_platform).get(host_cpu).get('linux_copy_config')
394 darwin_copy_config = config_info.get(host_platform).get(host_cpu).get('darwin_copy_config')
/build/toolchain/
H A Dmini_debug_info.py46 host_cpu = platform.uname().machine.lower()
48 clang_base_dir, host_platform + '-' + host_cpu, 'llvm/bin')

Completed in 2 milliseconds