Home
last modified time | relevance | path

Searched refs:host_cpu (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/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:
/ohos5.0/build/
H A Dprebuilts_download.sh93 host_cpu=arm64
97 host_cpu=x86_64
171 cpu="--host-cpu $host_cpu"
H A Dprebuilts_download.py361 host_cpu = args.host_cpu
382 copy_config = config_info.get(host_platform).get(host_cpu).get('copy_config')
385 install_config = config_info.get(host_platform).get(host_cpu).get('install')
387 linux_copy_config = config_info.get(host_platform).get(host_cpu).get('linux_copy_config')
390 darwin_copy_config = config_info.get(host_platform).get(host_cpu).get('darwin_copy_config')
/ohos5.0/build/toolchain/
H A Dmini_debug_info.py46 host_cpu = platform.uname().machine.lower()
48 clang_base_dir, host_platform + '-' + host_cpu, 'llvm/bin')
/ohos5.0/base/security/selinux_adapter/
H A DBUILD.gn453 rebase_path(root_build_dir + "/clang_${host_cpu}/thirdparty/selinux/"),
559 rebase_path(root_build_dir + "/clang_${host_cpu}/thirdparty/selinux/"),
615 rebase_path(root_build_dir + "/clang_${host_cpu}/thirdparty/selinux/"),
711 rebase_path(root_build_dir + "/clang_${host_cpu}/thirdparty/selinux/"),
761 rebase_path(root_build_dir + "/clang_${host_cpu}/thirdparty/selinux/"),
1139 [ "$root_build_dir/clang_${host_cpu}/thirdparty/selinux/libselinux.so" ]
1141 [ "$root_build_dir/clang_${host_cpu}/security/selinux/libselinux.so" ]
1149 [ "$root_build_dir/clang_${host_cpu}/thirdparty/pcre2/libpcre2.so" ]
1151 [ "$root_build_dir/clang_${host_cpu}/security/selinux/libpcre2.so" ]
/ohos5.0/build/ohos/sdk/
H A Dsdk.gni46 if (host_cpu == "arm64") {
53 if (host_cpu == "arm64") {
55 } else if (host_cpu == "riscv64") {
/ohos5.0/build/config/
H A DBUILDCONFIG.gn36 # - host_os, host_cpu, host_toolchain
58 host_cpu = "arm64"
215 target_cpu = host_cpu
377 if (host_cpu == "arm64") {
475 host_toolchain = "//build/toolchain/linux:clang_$host_cpu"
477 host_toolchain = "//build/toolchain/linux:clang_$host_cpu"
479 host_toolchain = "//build/toolchain/linux:$host_cpu"
482 host_toolchain = "//build/toolchain/mac:clang_$host_cpu"
491 host_toolchain = "//build/toolchain/win:win_clang_$host_cpu"
493 host_toolchain = "//build/toolchain/win:$host_cpu"
/ohos5.0/build/config/c++/
H A Dc++.gni15 use_custom_libcxx || (use_custom_libcxx_for_host && current_cpu == host_cpu)
/ohos5.0/build/config/components/ets_frontend/
H A Dets_frontend_config.gni31 if (host_cpu == "arm64") {
/ohos5.0/foundation/ability/idl_tool/
H A Didl_config.gni21 toolchain_linux = "$build_root/toolchain/linux:clang_${host_cpu}"
22 if (host_cpu == "arm64") {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/
H A DBUILD.gn200 if (!(host_os == "linux" && host_cpu == "arm64")) {
/ohos5.0/base/global/resource_management/frameworks/resmgr/
H A DBUILD.gn25 "${current_os}_${host_cpu}" == "mac_arm64"
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/
H A DBUILD.gn403 if (!(host_os == "linux" && host_cpu == "arm64")) {
446 if (!(host_os == "linux" && host_cpu == "arm64")) {
/ohos5.0/build/ohos/ndk/
H A Dndk_targets.gni301 if (host_cpu == "arm64") {
316 if (host_cpu == "arm64") {
/ohos5.0/build/config/components/idl_tool/
H A Didl.gni22 if (host_cpu == "arm64") {
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/
H A DBUILD.gn148 if (host_cpu != "arm64") {
/ohos5.0/build/docs/
H A D编译构建调试文档.md240 host_cpu
242 (Internally set; try `gn help host_cpu`.)
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A DBUILD.gn1139 if (!(host_os == "linux" && host_cpu == "arm64")) {