Searched refs:local_image_artifact (Results 1 – 8 of 8) sorted by relevance
/tools/acloud/create/ |
D | gce_local_image_remote_instance.py | 45 logger.info("GCE local image: %s", avd_spec.local_image_artifact) 50 local_disk_image=avd_spec.local_image_artifact,
|
D | local_image_remote_host.py | 47 avd_spec.local_image_artifact,
|
D | local_image_remote_instance.py | 48 avd_spec.local_image_artifact,
|
D | base_avd_create.py | 72 avd_spec.local_image_artifact))
|
D | avd_spec.py | 735 def local_image_artifact(self): member in AVDSpec
|
D | avd_spec_test.py | 91 self.assertEqual(self.AvdSpec.local_image_artifact, expected_image_artifact)
|
/tools/acloud/public/actions/ |
D | gce_device_factory.py | 36 def __init__(self, avd_spec, local_image_artifact=None): argument 40 self._local_image_artifact = local_image_artifact
|
D | remote_instance_cf_device_factory.py | 55 def __init__(self, avd_spec, local_image_artifact=None, argument 57 super().__init__(avd_spec, local_image_artifact)
|