Home
last modified time | relevance | path

Searched refs:platform (Results 1 – 25 of 31) sorted by relevance

12

/build/config/mac/
Dsdk_info.py63 def FillSDKPathAndVersion(settings, platform, xcode_version): argument
66 'xcrun', '-sdk', platform, '--show-sdk-path']).strip()
68 'xcrun', '-sdk', platform, '--show-sdk-version']).strip()
70 'xcrun', '-sdk', platform, '--show-sdk-platform-path']).strip()
73 'xcrun', '-sdk', platform, '--show-sdk-build-version']).strip()
/build/hb/util/loader/
Dgenerate_targets_gn.py193 for platform, stubs in platform_stubs.items():
195 '{}-stub/BUILD.gn'.format(platform))
197 '{}-stub/zframework_stub_exists.gni'.format(platform))
209 platform=platform,
214 … "generated platform stub to '{}/{}-stub/BUILD.gn'".format(config_output_dir, platform))
222 config_output_dir, platform))
/build/lite/ndk/build/
Dbuild.py22 import platform
53 if platform.system().find('Windows') == 0:
79 if platform.system().find('Windows') == 0:
/build/scripts/
Dninja_rules_parser.py118 def generate_phony_targets(build_dir, toolchain_ninja_file, platform, argument
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,
/build/toolchain/
Dget_concurrent_links.py20 if sys.platform in ('win32', 'cygwin'):
39 elif sys.platform.startswith('linux'):
48 elif sys.platform == 'darwin':
Dmini_debug_info.py22 import platform
34 host_platform = platform.uname().system.lower()
35 host_cpu = platform.uname().machine.lower()
Dconcurrent_links.gni17 # The default to use varies by platform and by the amount of memory
/build/ohos/ace/
Dace.gni30 platform = "${current_os}_${current_cpu}"
31 if (platform == "mingw_x86_64") {
34 } else if (platform == "mac_x64") {
37 } else if (platform == "linux_x64") {
/build/hb/resources/
Dconfig.py21 import platform
64 self.platform = platform.system()
94 self.platform = platform.system()
334 'build_tools/build_tools_config.json')[self.platform]['build_tools_path']
/build/scripts/util/
Dfile_utils.py20 import platform
101 os_name= platform.system().lower()
/build/misc/overrides/
Dgtest.gni8 # Exclude support for platform-specific operations across unit tests.
/build/
Dprebuilts_download.sh169 platform="--host-platform $host_platform"
175 …uilts_download.py" $wget_ssl_check $tool_repo $npm_registry $help $cpu $platform $npm_para $disabl…
/build/hb/services/
Dninja.py75 .format(sys.platform))
Dloader.py521 for platform in self.build_platforms:
522 platform_parts = self.target_platform_parts.get(platform)
535 self.config_output_dir, "{0}_system_capabilities.json".format(platform))
541 self.config_output_dir, platform))
Dgn.py82 .format(sys.platform))
/build/ohos/sdk/
Dcheck_sdk_completeness.py43 if sys.platform == 'linux':
81 if sys.platform == 'linux':
DBUILD.gn55 "--base-platform",
200 "--sdk-platform",
/build/misc/mac/
Dfind_sdk.py114 if sys.platform != 'darwin':
/build/ohos/ndk/cmake/
Dohos.toolchain.cmake16 # platform and compiler related information.
77 # set the sdk native platform
83 # set the sdk native platform level
/build/ohos/ndk/
Darchive_ndk.py101 if options.platform == 'windows':
DBUILD.gn250 "--platform",
/build/config/
DBUILDCONFIG.gn287 # target platform
296 # build for cross platform
324 # different host platform tools directory.
356 # Currently, we don't publish ohos-adapted python on m1 platform,
357 # So that we disable mini debug info on m1 platform until
358 # ohos-adapted python publishing on m1 platform
475 # set the default toolchain for the platform (if any).
590 # These patterns filter out platform-specific files when assigning to the
/build/config/linux/
Dpkg-config.py111 if "linux" not in sys.platform:
/build/config/compiler/
Dcompiler.gni30 # -1 means auto-set according to debug/release and platform.
92 # Determine whether to enable or disable frame pointers, based on the platform
130 # compiler or platform provides a way to access them.
/build/hb/
DREADME_zh.md132 --build-platform-name BUILD_PLATFORM_NAME
133 … Default:'phone'. Help:Name of the compilation platform. The current optional value is 'phone'

12