Home
last modified time | relevance | path

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

/tools/acloud/setup/
Dhost_setup_runner.py60 if not utils.IsSupportedPlatform():
101 if not utils.IsSupportedPlatform():
/tools/acloud/create/
Dlocal_image_local_instance.py63 if not utils.IsSupportedPlatform(print_warning=True):
/tools/acloud/list/
Dinstance.py207 if not utils.IsSupportedPlatform():
/tools/acloud/internal/lib/
Dutils.py1103 def IsSupportedPlatform(print_warning=False): function