Searched refs:IsSupportedPlatform (Results 1 – 7 of 7) sorted by relevance
67 if not utils.IsSupportedPlatform():131 if not utils.IsSupportedPlatform():176 if not utils.IsSupportedPlatform():
164 if not utils.IsSupportedPlatform():
78 mock_utils.IsSupportedPlatform.return_value = True
89 if not utils.IsSupportedPlatform(print_warning=True):
87 mock_utils.IsSupportedPlatform.return_value = True
166 if not utils.IsSupportedPlatform(print_warning=True):
957 if IsSupportedPlatform() and not FindExecutable(_VNC_BIN):1129 def IsSupportedPlatform(print_warning=False): function