Home
last modified time | relevance | path

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

/build/
H A Dprebuilts_download.sh82 host_platform=linux
86 host_platform=darwin
175 platform="--host-platform $host_platform"
199 PYTHON_PATH=$(realpath $code_dir/prebuilts/python/${host_platform}-${host_cpu_prefix}/*/bin | tail -1)
201 if [[ "${host_platform}" == "linux" ]]; then
203 elif [[ "${host_platform}" == "darwin" ]]; then
253 if [[ "${host_platform}" == "linux" ]]; then
H A Dprebuilts_download.py251 if args.host_platform == 'darwin':
284 def _file_handle(config: dict, code_dir: str, host_platform: str):
308 if host_platform == 'darwin' and os.path.basename(dest_dir) == "nodejs":
364 host_platform = args.host_platform
386 copy_config = config_info.get(host_platform).get(host_cpu).get('copy_config')
387 node_config = config_info.get(host_platform).get('node_config')
389 install_config = config_info.get(host_platform).get(host_cpu).get('install')
390 if host_platform == 'linux':
391 linux_copy_config = config_info.get(host_platform)
[all...]
/build/toolchain/
H A Dmini_debug_info.py45 host_platform = platform.uname().system.lower()
48 clang_base_dir, host_platform + '-' + host_cpu, 'llvm/bin')

Completed in 2 milliseconds