Lines Matching defs:platform
22 import platform
88 self.platform = sys.platform
95 self.isolate_exe = 'isolate.exe' if self.platform.startswith(
395 # This code is naive and just picks reasonable defaults per platform.
396 if self.platform == 'darwin':
398 elif self.platform.startswith('linux'):
400 elif self.platform == 'win32':
403 raise MBErr('unrecognized platform string "%s"' % self.platform)
741 if self.platform == 'win32':
745 elif self.platform == 'win32':
838 if self.platform.startswith('linux'):
840 elif self.platform == 'darwin':
845 arch = platform.machine()
847 self.platform.startswith('aix')):
1099 if self.platform == 'win32':
1208 if self.platform == 'win32':