Lines Matching refs:platform
3 import sys, os, platform, xml, re, tempfile, glob, datetime, getpass, shutil
8 hostmachine = platform.machine() # 'x86', 'AMD64', 'x86_64'
236 # detect target platform
252 self.adb = os.path.join(os.path.dirname(os.path.dirname(self.android_executable)), ("platform-tools/adb","platform-tools/adb.exe")[hostos == 'nt'])
488 mv = platform.mac_ver()
492 wv = platform.win32_ver()
496 lv = platform.linux_distribution()
626 self.error = "Target architecture is incompatible with current platform (at %s)" % self.path
635 self.error = "Could not get info about Android platform: %s (for %s)" % (self.error, self.path)