Home
last modified time | relevance | path

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

/tools/acloud/public/actions/
Dcreate_cuttlefish_action.py92 self.system_build_info = self._build_client.GetBuildInfo(
112 for key, val in utils.GetDictItems(self.system_build_info) if val}
166 remote_system_build_id = self.system_build_info.build_id
169 self.system_build_info.build_id, self.system_build_info.release_build_id)
188 system_build_target=self.system_build_info.build_target,
189 system_branch=self.system_build_info.branch,
Dremote_instance_cf_device_factory.py160 self._avd_spec.system_build_info.get(constants.BUILD_ID),
161 self._avd_spec.system_build_info.get(constants.BUILD_BRANCH),
162 self._avd_spec.system_build_info.get(constants.BUILD_TARGET),
234 avd_spec.system_build_info[constants.BUILD_ID],
235 avd_spec.system_build_info[constants.BUILD_BRANCH],
236 avd_spec.system_build_info[constants.BUILD_TARGET],
352 for key, val in self._avd_spec.system_build_info.items() if val}
/tools/acloud/create/
Dremote_image_local_instance.py92 avd_spec.system_build_info.get(constants.BUILD_ID),
93 avd_spec.system_build_info.get(constants.BUILD_BRANCH),
94 avd_spec.system_build_info.get(constants.BUILD_TARGET),
Davd_spec.py905 def system_build_info(self): member in AVDSpec
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py259 system_build_id = avd_spec.system_build_info.get(constants.BUILD_ID)
260 system_build_target = avd_spec.system_build_info.get(constants.BUILD_TARGET)
Dcvd_compute_client_multi_stage_test.py239 fake_avd_spec.system_build_info = {constants.BUILD_ID: system_build_id,