Searched refs:PLATFORM_SYSTEM (Results 1 – 1 of 1) sorted by relevance
36 PLATFORM_SYSTEM = platform.system() variable87 if PLATFORM_SYSTEM == "Linux" and PLATFORM_MACHINE == "x86_64":89 elif PLATFORM_SYSTEM == "Darwin":94 elif PLATFORM_SYSTEM == "Windows":97 logging.info("Unsupported OS:", PLATFORM_SYSTEM, ",", PLATFORM_MACHINE)114 if PLATFORM_SYSTEM != "Linux" and not self.local_emulator_dir: