Home
last modified time | relevance | path

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

/tools/acloud/setup/
Dsetup.py62 if args.host and utils.IsSupportedKvm():
/tools/acloud/internal/lib/
Dutils_test.py629 self.assertTrue(utils.IsSupportedKvm())
632 self.assertFalse(utils.IsSupportedKvm())
Dutils.py1386 def IsSupportedKvm(): function
/tools/acloud/create/
Dlocal_image_local_instance.py154 if not utils.IsSupportedKvm():