Lines Matching defs:platform
13 MS_WINDOWS = (sys.platform == 'win32')
103 'platform',
151 import platform
153 arch = platform.architecture()
155 info_add('platform.architecture', arch)
157 info_add('platform.python_implementation',
158 platform.python_implementation())
159 info_add('platform.platform',
160 platform.platform(aliased=True))
162 libc_ver = ('%s %s' % platform.libc_ver()).strip()
164 info_add('platform.libc_ver', libc_ver)
593 if sys.platform != "wasi":
716 # cross-compiled and installed on the target platform where the