Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dcvd_utils_test.py160 local_vendor_boot_image=None)
193 local_vendor_boot_image=None)
225 local_vendor_boot_image=None,
278 local_vendor_boot_image=vendor_boot_image_path)
291 mock_avd_spec.local_vendor_boot_image = image_dir
Dcvd_utils.py518 if avd_spec.local_kernel_image or avd_spec.local_vendor_boot_image:
521 avd_spec.local_vendor_boot_image)
/tools/acloud/create/
Dremote_image_local_instance.py295 if avd_spec.local_vendor_boot_image:
297 avd_spec.local_vendor_boot_image)
Dlocal_image_local_instance_test.py363 local_vendor_boot_image=None,
429 local_vendor_boot_image=None,
479 local_vendor_boot_image=None,
Davd_spec_test.py46 self.args.local_vendor_boot_image = None
136 self.args.local_vendor_boot_image = expected_image_file
141 self.assertEqual(self.AvdSpec.local_vendor_boot_image, expected_image_file)
Davd_spec.py273 if args.local_vendor_boot_image is not None:
275 args.local_vendor_boot_image)
865 def local_vendor_boot_image(self): member in AVDSpec
Dcreate_args_test.py44 local_vendor_boot_image=None,
Dlocal_image_local_instance.py525 if avd_spec.local_vendor_boot_image:
527 avd_spec.local_vendor_boot_image)
Dremote_image_local_instance_test.py65 avd_spec.local_vendor_boot_image = None