Home
last modified time | relevance | path

Searched refs:system_build_info (Results 1 – 14 of 14) sorted by relevance

/tools/acloud/internal/lib/
Dcvd_utils_test.py484 system_build_info={},
493 system_build_info = {
516 system_build_info=system_build_info,
Dandroid_build_client.py167 def GetFetchBuildArgs(self, default_build_info, system_build_info, argument
198 system_build = self.ProcessBuild(system_build_info)
Dcvd_compute_client_multi_stage.py385 def FetchBuild(self, default_build_info, system_build_info, argument
404 default_build_info, system_build_info, kernel_build_info,
Dcvd_utils.py744 for key, val in avd_spec.system_build_info.items() if val}
/tools/acloud/public/actions/
Dremote_host_gf_device_factory.py430 build_id = self._avd_spec.system_build_info.get(constants.BUILD_ID)
431 build_target = self._avd_spec.system_build_info.get(
563 self._avd_spec.system_build_info.get(constants.BUILD_ID) and
564 self._avd_spec.system_build_info.get(constants.BUILD_TARGET))
Dremote_host_cf_device_factory.py228 self._avd_spec.system_build_info,
250 self._avd_spec.system_build_info,
309 self._avd_spec.system_build_info,
Dremote_instance_cf_device_factory.py104 avd_spec.system_build_info,
Dremote_host_cf_device_factory_test.py49 system_build_info={},
Dremote_host_gf_device_factory_test.py237 self._mock_avd_spec.system_build_info = {
/tools/acloud/create/
Dremote_image_remote_instance_test.py95 avd_spec.system_build_info = {constants.BUILD_TARGET: "fake_target",
119 avd_spec.system_build_info = {constants.BUILD_TARGET: "fake_target",
Dremote_image_remote_instance.py103 avd_spec.system_build_info[constants.BUILD_TARGET],
104 avd_spec.system_build_info[constants.BUILD_ID],
Dremote_image_local_instance.py121 avd_spec.system_build_info,
Davd_spec_test.py407 self.AvdSpec.system_build_info)
Davd_spec.py1069 def system_build_info(self): member in AVDSpec