Home
last modified time | relevance | path

Searched refs:system_build_id (Results 1 – 12 of 12) sorted by relevance

/tools/acloud/public/actions/
Dcreate_cuttlefish_action.py57 system_build_id=None, system_build_target=None, argument
93 system_build_target or build_target, system_build_id, system_branch)
190 system_build_id=remote_system_build_id,
207 system_build_id=None, argument
274 system_branch, system_build_id, system_build_target, bootloader_branch,
285 system_build_id=system_build_id,
Dcreate_cuttlefish_action_test.py135 system_build_id=self.SYSTEM_BUILD_ID,
152 system_build_id=self.SYSTEM_BUILD_ID,
Dremote_instance_cf_device_factory_test.py85 args.system_build_id = "2345"
233 args.system_build_id = "234"
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py154 system_build_id=None, bootloader_build_target=None, argument
197 system_build_id, system_build_target,
224 self.FetchBuild(build_id, branch, build_target, system_build_id,
238 system_build_id, system_build_target, argument
259 system_build_id = avd_spec.system_build_info.get(constants.BUILD_ID)
266 if system_build_id and system_build_target:
267 self._metadata.update({"system_build_id": system_build_id})
534 def FetchBuild(self, build_id, branch, build_target, system_build_id, argument
562 build_id, branch, build_target, system_build_id, system_branch,
Dcvd_compute_client_multi_stage_test.py231 system_build_id = "system_id"
239 fake_avd_spec.system_build_info = {constants.BUILD_ID: system_build_id,
247 expected_metadata.update({"system_build_id": system_build_id})
254 fake_avd_spec, build_id=None, build_target=None, system_build_id=None,
260 None, build_id, build_target, system_build_id, system_build_target,
Dcvd_compute_client.py76 system_build_id=None): argument
125 if system_branch and system_build_id:
127 branch=system_branch, build_id=system_build_id)
Dandroid_build_client.py156 def GetFetchBuildArgs(self, build_id, branch, build_target, system_build_id, argument
187 system_build_id, system_branch, system_build_target)
Dandroid_build_client_test.py173 system_build_id = "2345"
194 build_id, build_branch, build_target, system_build_id,
/tools/acloud/public/
Dacloud_main.py304 or parsed_args.system_build_id
431 system_build_id=args.system_build_id,
/tools/acloud/create/
Dcreate_args_test.py42 system_build_id=None,
Dcreate_args.py661 if args.system_branch or args.system_build_id or args.system_build_target:
Davd_spec.py580 self._system_build_info = {constants.BUILD_ID: args.system_build_id,