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.py66 cfg.stable_cheeps_host_image_project = self.CHEEPS_HOST_IMAGE_PROJECT
70 stable_cheeps_host_image_project=None): argument
78 avd_spec.stable_cheeps_host_image_project = stable_cheeps_host_image_project
108 stable_cheeps_host_image_project = 'override-stable-host-image-project'
111 self.assertNotEqual(stable_cheeps_host_image_project,
115 stable_cheeps_host_image_project)
123 image_project=stable_cheeps_host_image_project,
Dcheeps_remote_image_remote_instance.py119 image_project = (self._avd_spec.stable_cheeps_host_image_project or
120 self._cfg.stable_cheeps_host_image_project)
Dcreate_args_test.py34 stable_cheeps_host_image_project=None,
Davd_spec.py331 self._stable_cheeps_host_image_project = args.stable_cheeps_host_image_project
880 def stable_cheeps_host_image_project(self): member in AVDSpec
Dcreate_args.py690 args.stable_cheeps_host_image_project,
/tools/acloud/public/
Dconfig.py224 self.stable_cheeps_host_image_project = (
225 usr_cfg.stable_cheeps_host_image_project or
226 internal_cfg.default_usr_cfg.stable_cheeps_host_image_project)
Dconfig_test.py264 self.assertEqual(cfg.default_usr_cfg.stable_cheeps_host_image_project,
/tools/acloud/internal/proto/
Duser_config.proto89 optional string stable_cheeps_host_image_project = 24; field
Dinternal_config.proto40 optional string stable_cheeps_host_image_project = 10; field