Searched refs:system_build_id (Results 1 – 13 of 13) sorted by relevance
/tools/acloud/public/actions/ |
D | create_cuttlefish_action.py | 57 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,
|
D | create_cuttlefish_action_test.py | 137 system_build_id=self.SYSTEM_BUILD_ID, 154 system_build_id=self.SYSTEM_BUILD_ID,
|
D | remote_instance_cf_device_factory_test.py | 99 args.system_build_id = "2345"
|
/tools/acloud/internal/lib/ |
D | oxygen_client.py | 30 system_build_id, kernel_build_target, kernel_build_id, argument 52 if system_build_id: 53 cmd.extend(["-system_build_id", system_build_id])
|
D | cvd_compute_client.py | 76 system_build_id=None): argument 125 if system_branch and system_build_id: 127 branch=system_branch, build_id=system_build_id)
|
D | cvd_compute_client_multi_stage.py | 199 system_build_id=None, bootloader_build_target=None, argument 268 self.FetchBuild(build_id, branch, build_target, system_build_id, 545 def FetchBuild(self, build_id, branch, build_target, system_build_id, argument 577 build_id, branch, build_target, system_build_id, system_branch,
|
D | android_build_client.py | 156 def GetFetchBuildArgs(self, build_id, branch, build_target, system_build_id, argument 191 system_build_id, system_branch, system_build_target)
|
D | android_build_client_test.py | 172 system_build_id = "2345" 196 build_id, build_branch, build_target, system_build_id,
|
/tools/acloud/create/ |
D | create_args_test.py | 49 system_build_id=None, 104 mock_args.system_build_id = "123456" 112 mock_args.system_build_id = "123456"
|
D | create_args.py | 793 args.system_build_id, 831 if args.system_branch or args.system_build_id or args.system_build_target:
|
D | avd_spec_test.py | 386 self.args.system_build_id = "system_build_id"
|
D | avd_spec.py | 611 self._system_build_info = {constants.BUILD_ID: args.system_build_id,
|
/tools/acloud/public/ |
D | acloud_main.py | 281 or parsed_args.system_build_id
|