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/internal/lib/
Dutils.py1029 if IsSupportedPlatform() and not FindExecutable(_VNC_BIN):
1207 def IsSupportedPlatform(print_warning=False): function
/tools/acloud/list/
Dlist.py178 if not utils.IsSupportedPlatform():
/tools/acloud/create/
Dlocal_image_local_instance_test.py88 mock_utils.IsSupportedPlatform.return_value = True
Dlocal_image_local_instance.py96 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):