Home
last modified time | relevance | path

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

/tools/acloud/create/
Davd_spec_test.py288 def testCheckCFBuildTarget(self, print_warning): argument
304 print_warning.assert_called_once()
Dlocal_image_local_instance.py138 if not utils.IsSupportedPlatform(print_warning=True):
Dgoldfish_local_image_local_instance.py102 if not utils.IsSupportedPlatform(print_warning=True):
/tools/acloud/internal/lib/
Dutils.py1217 def IsSupportedPlatform(print_warning=False): argument
1244 if print_warning and not platform_supported: