Home
last modified time | relevance | path

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

/build/
Dprebuilts_download.sh79 host_platform=linux
82 host_platform=darwin
169 platform="--host-platform $host_platform"
178 if [[ "${host_platform}" == "linux" ]]; then
179 …sed -i "1s%.*%#!/usr/bin/env python3%" ${code_dir}/prebuilts/python/${host_platform}-x86/3.10.2/bi…
180 elif [[ "${host_platform}" == "darwin" ]]; then
181 …sed -i "" "1s%.*%#!/use/bin/env python3%" ${code_dir}/prebuilts/python/${host_platform}-x86/3.10.2…
183 prebuild_python3_path="$code_dir/prebuilts/python/${host_platform}-x86/3.10.2/bin/python3.10"
184 prebuild_pip3_path="${code_dir}/prebuilts/python/${host_platform}-x86/3.10.2/bin/pip3.10"
214 if [[ "$host_platform" == "linux" ]]; then
[all …]
Dprebuilts_download.py234 def _file_handle(config, code_dir, host_platform): argument
258 if host_platform == 'darwin' and os.path.basename(dest_dir) == "nodejs":
311 host_platform = args.host_platform
332 copy_config = config_info.get(host_platform).get(host_cpu).get('copy_config')
333 node_config = config_info.get(host_platform).get('node_config')
335 install_config = config_info.get(host_platform).get(host_cpu).get('install')
336 if host_platform == 'linux':
337 linux_copy_config = config_info.get(host_platform).get(host_cpu).get('linux_copy_config')
339 elif host_platform == 'darwin':
340 darwin_copy_config = config_info.get(host_platform).get(host_cpu).get('darwin_copy_config')
[all …]
/build/toolchain/
Dmini_debug_info.py34 host_platform = platform.uname().system.lower()
37 root_path, 'prebuilts/clang/ohos', host_platform + '-' + host_cpu, 'llvm/bin')