Home
last modified time | relevance | path

Searched refs:stable_cheeps_host_image_project (Results 1 – 9 of 9) sorted by relevance

/tools/acloud/create/
Dcheeps_remote_image_remote_instance_test.py69 cfg.stable_cheeps_host_image_project = self.CHEEPS_HOST_IMAGE_PROJECT
73 stable_cheeps_host_image_project=None): argument
81 avd_spec.stable_cheeps_host_image_project = stable_cheeps_host_image_project
112 stable_cheeps_host_image_project = 'override-stable-host-image-project'
115 self.assertNotEqual(stable_cheeps_host_image_project,
119 stable_cheeps_host_image_project)
127 image_project=stable_cheeps_host_image_project,
Dcheeps_remote_image_remote_instance.py120 image_project = (self._avd_spec.stable_cheeps_host_image_project or
121 self._cfg.stable_cheeps_host_image_project)
Dcreate_args_test.py36 stable_cheeps_host_image_project=None,
Davd_spec.py388 self._stable_cheeps_host_image_project = args.stable_cheeps_host_image_project
1029 def stable_cheeps_host_image_project(self): member in AVDSpec
Dcreate_args.py973 args.stable_cheeps_host_image_project,
/tools/acloud/public/
Dconfig.py226 self.stable_cheeps_host_image_project = (
227 usr_cfg.stable_cheeps_host_image_project or
228 internal_cfg.default_usr_cfg.stable_cheeps_host_image_project)
Dconfig_test.py255 self.assertEqual(cfg.default_usr_cfg.stable_cheeps_host_image_project,
/tools/acloud/internal/proto/
Dinternal_config.proto40 optional string stable_cheeps_host_image_project = 10; field
Duser_config.proto89 optional string stable_cheeps_host_image_project = 24; field