Home
last modified time | relevance | path

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

/ohos5.0/build/
H A Dprebuilts_download.sh79 host_platform=linux
83 host_platform=darwin
172 platform="--host-platform $host_platform"
194 if [[ "${host_platform}" == "linux" ]]; then
195 …sed -i "1s%.*%#!/usr/bin/env python3%" ${code_dir}/prebuilts/python/${host_platform}-${host_cpu_pr…
196 elif [[ "${host_platform}" == "darwin" ]]; then
197 …sed -i "" "1s%.*%#!/use/bin/env python3%" ${code_dir}/prebuilts/python/${host_platform}-${host_cpu…
199 prebuild_python3_path="$code_dir/prebuilts/python/${host_platform}-${host_cpu_prefix}/current/bin/p…
200 prebuild_pip3_path="${code_dir}/prebuilts/python/${host_platform}-${host_cpu_prefix}/current/bin/pi…
241 if [[ "${host_platform}" == "linux" ]]; then
H A Dprebuilts_download.py250 if args.host_platform == 'darwin':
280 def _file_handle(config: dict, code_dir: str, host_platform: str):
304 if host_platform == 'darwin' and os.path.basename(dest_dir) == "nodejs":
360 host_platform = args.host_platform
382 copy_config = config_info.get(host_platform).get(host_cpu).get('copy_config')
383 node_config = config_info.get(host_platform).get('node_config')
385 install_config = config_info.get(host_platform).get(host_cpu).get('install')
386 if host_platform == 'linux':
387 linux_copy_config = config_info.get(host_platform).get(host_cpu).get('linux_copy_config')
389 elif host_platform == 'darwin':
[all …]
/ohos5.0/build/toolchain/
H A Dmini_debug_info.py45 host_platform = platform.uname().system.lower()
48 clang_base_dir, host_platform + '-' + host_cpu, 'llvm/bin')