/ohos5.0/build/indep_configs/scripts/ |
H A D | gn_ninja_cmd.py | 51 def _gn_cmd(root_path, variants): argument 63 def _ninja_cmd(root_path, variants): argument 69 def _exec_cmd(root_path, variants): argument 70 gn_cmd = _gn_cmd(root_path, variants) 72 ninja_cmd = _ninja_cmd(root_path, variants) 78 variants = args.variants 80 _exec_cmd(root_path, variants)
|
H A D | generate_components.py | 104 def _link_kernel_binarys(variants, hpm_cache_path, dependences_json): argument 106 …musl_include_link_path = os.path.join("out", variants, "obj/binarys/third_party/musl/usr/include/a… 107 …musl_lib_link_path = os.path.join("out", variants, "obj/binarys/third_party/musl/usr/lib/arm-linux… 268 variants = args.variants 271 output_part_path = os.path.join(project_path, 'out', variants, 'build_configs', 'parts_info') 272 output_config_path = os.path.join(project_path, 'out', variants, 'build_configs') 283 _link_kernel_binarys(variants, hpm_cache_path, dependences_json)
|
H A D | variants_info_handler.py | 76 variants = args.variants 77 variants_path = os.path.join(root_path, 'build', 'indep_configs', "variants", variants) 78 variants_out_path = os.path.join(root_path, 'out', "preloader", variants)
|
/ohos5.0/build/scripts/ |
H A D | build_target_handler.py | 47 variants = parts_variants.get(_target_name) 48 if target_platform in variants:
|
/ohos5.0/build/ohos/sa_profile/ |
H A D | BUILD.gn | 31 # variants-toolchain-file from //build/ohos/build_var.gni 38 "--variants-toolchain-file",
|
/ohos5.0/docs/zh-cn/contribute/ |
H A D | 许可证与特殊许可证评审指导.md | 45 - Apache Software License 1.1. Including variants: 126 - Creative Commons Non-Commercial variants
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/templates/rendernodegraphs/ |
H A D | render_node_single_post_process.rng | 18 "defaultOutputImage variants": "input | output | white | black",
|
/ohos5.0/build/config/posix/ |
H A D | BUILD.gn | 84 # Pass the sysroot to all C compiler variants, the assembler, and linker. 111 # all cflags variants instead of using 'cflags' directly.
|
/ohos5.0/docs/en/device-dev/get-code/ |
H A D | gettools-overview.md | 10 …s in OpenHarmony encapsulate build toolchains for different OpenHarmony variants, so you can start…
|
/ohos5.0/build/hb/util/loader/ |
H A D | load_ohos_build.py | 436 variants = value.get('variants') 437 if len(variants) == 0: 438 variants = ['phone'] 440 variants = ['phone'] 444 for variant in variants:
|
/ohos5.0/build/hb/services/ |
H A D | loader.py | 750 variants = _parts_variants_info.get(origin_part_name) 752 variants = [] 754 variants.append(_variant_name) 755 _parts_variants_info[origin_part_name] = variants
|
/ohos5.0/foundation/communication/wifi/wifi/application/wifi_direct_demo/ |
H A D | gradlew.bat | 67 @rem Get command-line arguments, handling Windows variants
|
/ohos5.0/docs/en/contribute/ |
H A D | licenses-and-special-license-review.md | 43 - Apache Software License 1.1. Including variants: 124 - Creative Commons Non-Commercial variants
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-all.md | 67 - A component used in different products can provide differentiated functions through variants or f…
|
/ohos5.0/build/config/ |
H A D | BUILDCONFIG.gn | 553 # Do not add more is_* variants here for random lesser-used Unix systems like
|
/ohos5.0/build/config/compiler/ |
H A D | BUILD.gn | 72 # and UBsan variants.
|