Searched refs:os_type (Results 1 – 3 of 3) sorted by relevance
76 os_type = platform.system().lower()78 if os_type == LINUX:80 elif os_type == MAC:82 elif os_type == WIN:85 if os_type == LINUX:87 elif os_type == MAC:89 elif os_type == WIN:91 raise errors.OSTypeError("no gcloud for os type: %s" % (os_type))
1526 os_type='Linux', argument1551 if os_type == 'Darwin':1559 elif os_type == 'Linux':1620 os_type = platform.system() if is_local else 'Linux'1626 os_type=os_type,
89 os_type = platform.system().lower() variable90 if os_type == "linux":92 elif os_type == "darwin":