Home
last modified time | relevance | path

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

/tools/acloud/public/actions/
Dcreate_cuttlefish_action.py57 system_build_id=None, system_build_target=None, argument
92 system_build_target or build_target, system_build_id, system_branch)
183 system_build_id=remote_system_build_id)
197 system_build_id=None, argument
255 system_branch, system_build_id, system_build_target, gpu, num,
265 system_build_id=system_build_id,
Dcreate_cuttlefish_action_test.py128 system_build_id=self.SYSTEM_BUILD_ID)
142 system_build_id=self.SYSTEM_BUILD_ID,
Dremote_instance_cf_device_factory.py208 def _FetchBuild(self, build_id, branch, build_target, system_build_id, argument
227 build_id, branch, build_target, system_build_id,
Dremote_instance_cf_device_factory_test.py82 args.system_build_id = "2345"
222 args.system_build_id = "234"
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py169 system_build_id=None): argument
229 self.FetchBuild(build_id, branch, build_target, system_build_id,
518 def FetchBuild(self, build_id, branch, build_target, system_build_id, argument
532 system_build = _ProcessBuild(system_build_id, system_branch, 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)
/tools/acloud/public/
Dacloud_main.py288 or parsed_args.system_build_id
391 system_build_id=args.system_build_id,
/tools/acloud/create/
Dcreate_args_test.py40 system_build_id=None,
Dcreate_args.py575 if args.system_branch or args.system_build_id or args.system_build_target:
Davd_spec.py558 self._system_build_info = {constants.BUILD_ID: args.system_build_id,