Home
last modified time | relevance | path

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

/tools/netsim/scripts/tasks/
Dinstall_emulator_task.py36 PLATFORM_SYSTEM = platform.system() variable
87 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: