Searched refs:system_build_info (Results 1 – 6 of 6) sorted by relevance
/tools/acloud/public/actions/ |
D | create_cuttlefish_action.py | 92 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,
|
D | remote_instance_cf_device_factory.py | 160 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/ |
D | remote_image_local_instance.py | 92 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),
|
D | avd_spec.py | 905 def system_build_info(self): member in AVDSpec
|
/tools/acloud/internal/lib/ |
D | cvd_compute_client_multi_stage.py | 259 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)
|
D | cvd_compute_client_multi_stage_test.py | 239 fake_avd_spec.system_build_info = {constants.BUILD_ID: system_build_id,
|