Home
last modified time | relevance | path

Searched refs:platform (Results 1 - 20 of 20) sorted by relevance

/build/hb/util/loader/
H A Dgenerate_targets_gn.py168 ohos_combine_jars("{{ platform }}_stub_kits_combine_java") {
175 stub_jar("{{ platform }}_zframework_stub_java") {
180 {% if platform != "phone" %}
182 "//build/ohos/kits/system_api:{{ platform }}_systemsdk_platform_java($default_toolchain)" # noqa: E501
191 sources_jar_deps = [":{{ platform }}_stub_kits_combine_java"]
198 for platform, stubs in platform_stubs.items():
200 '{}-stub/BUILD.gn'.format(platform))
202 '{}-stub/zframework_stub_exists.gni'.format(platform))
214 platform=platform,
[all...]
/build/lite/ndk/build/
H A Dbuild.py22 import platform namespace
53 if platform.system().find('Windows') == 0:
79 if platform.system().find('Windows') == 0:
/build/config/mac/
H A Dsdk_info.py15 # system and the iOS or Mac SDK (depending on the platform "iphonesimulator",
69 def fill_sdk_path_and_version(fill_settings: dict, platform: str, xcode_version: str or bytes):
70 """Fills the SDK path and version for |platform| into |fill_settings|."""
72 'xcrun', '-sdk', platform, '--show-sdk-path']).strip()
74 'xcrun', '-sdk', platform, '--show-sdk-version']).strip()
76 'xcrun', '-sdk', platform, '--show-sdk-platform-path']).strip()
79 'xcrun', '-sdk', platform, '--show-sdk-build-version']).strip()
/build/scripts/
H A Dninja_rules_parser.py118 def generate_phony_targets(build_dir: str, toolchain_ninja_file: str, platform: str,
126 platform, key, build_label))
132 platform, _diff_target, _diff_target))
134 '{}_build.ninja'.format(platform))
178 for platform, toolchain_label in platform_toolchain.items():
179 if platform == 'phone':
187 platform, toolchain_name,
H A Dgenerate_js_bytecode.py23 import platform namespace
/build/test/example/
H A Dconftest.py19 import platform namespace
37 metadata["System Info"] = platform.platform()
H A Dperformance_test.py22 import platform namespace
341 ["System Info", platform.platform()]
/build/toolchain/
H A Dget_concurrent_links.py20 if sys.platform in ('win32', 'cygwin'):
39 elif sys.platform.startswith('linux'):
48 elif sys.platform == 'darwin':
H A Dmini_debug_info.py22 import platform namespace
45 host_platform = platform.uname().system.lower()
46 host_cpu = platform.uname().machine.lower()
/build/scripts/util/
H A Dfile_utils.py20 import platform namespace
102 os_name = platform.system().lower()
/build/hb/util/
H A Dmonitor.py19 import platform namespace
53 if platform.system() != "Linux":
166 if platform.system() != "Linux":
/build/hb/resources/
H A Dconfig.py21 import platform namespace
65 self.platform = platform.system()
321 'build_tools/build_tools_config.json')[self.platform]['build_tools_path']
324 raise OHOSException(f'unidentified platform: {self.platform}')
401 self.platform = platform.system()
/build/
H A Dprebuilts_download.sh89 echo "Unsupported host platform: $(uname -s)"
175 platform="--host-platform $host_platform"
186 python3 "${code_dir}/build/prebuilts_download.py" $wget_ssl_check $tool_repo $npm_registry $help $cpu $platform $npm_para $disable_rich $enable_symlink $build_arkuix $glibc_version
/build/hb/services/
H A Dninja.py98 .format(sys.platform))
H A Dloader.py201 raise OHOSException("Cannot get the content from platform config file, \
211 # check platform config file
213 raise OHOSException("Cannot get the content from platform config file, \
425 '''Description: output all target platform parts into a json file \
437 LogUtil.hb_info("generate target platform parts to '{}'".format(
579 (/out/${product_name}/build_configs/subsystem_info/${platform}-stub/BUILG.gn),
580 (/out/${product_name}/build_configs/subsystem_info/${platform}-stub/zframework_stub_exists.gni)]
592 (/out/${product_name}/build_configs/${platform}_system_capabilities.json)
598 for platform in self.build_platforms:
599 platform_parts = self.target_platform_parts.get(platform)
[all...]
H A Dgn.py84 .format(sys.platform))
/build/ohos/sdk/
H A Dcheck_sdk_completeness.py44 if sys.platform == 'linux':
89 if sys.platform == 'linux':
195 parser.add_argument('--sdk-platform')
/build/misc/mac/
H A Dfind_sdk.py67 'Platforms/MacOSX.platform/Developer/SDKs')
114 if sys.platform != 'darwin':
/build/ohos/ndk/
H A Darchive_ndk.py39 parser.add_option('--platform', help='os platform')
101 if options.platform == 'windows':
/build/config/linux/
H A Dpkg-config.py112 if "linux" not in sys.platform:

Completed in 8 milliseconds