Home
last modified time | relevance | path

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

/tools/acloud/setup/
Dhost_setup_runner.py67 if not utils.IsSupportedPlatform():
131 if not utils.IsSupportedPlatform():
176 if not utils.IsSupportedPlatform():
/tools/acloud/list/
Dlist.py164 if not utils.IsSupportedPlatform():
/tools/acloud/create/
Dlocal_image_local_instance_test.py78 mock_utils.IsSupportedPlatform.return_value = True
Dlocal_image_local_instance.py89 if not utils.IsSupportedPlatform(print_warning=True):
Dgoldfish_local_image_local_instance_test.py87 mock_utils.IsSupportedPlatform.return_value = True
Dgoldfish_local_image_local_instance.py166 if not utils.IsSupportedPlatform(print_warning=True):
/tools/acloud/internal/lib/
Dutils.py957 if IsSupportedPlatform() and not FindExecutable(_VNC_BIN):
1129 def IsSupportedPlatform(print_warning=False): function