Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/
Dmsvc.py262 def current_is_x86(self): member in PlatformInfo
427 node64 = '' if self.pi.current_is_x86() or x86 else 'Wow6432Node'
452 if not self.pi.current_is_x86():
923 host_dir = (r'bin\HostX86%s' if self.pi.current_is_x86() else
1031 if not self.pi.current_is_x86():
1081 include64 = not pi.target_is_x86() and not pi.current_is_x86()
1083 include32 = pi.target_is_x86() or pi.current_is_x86()