Home
last modified time | relevance | path

Searched refs:artifact_paths (Results 1 – 4 of 4) sorted by relevance

/tools/acloud/create/
Dlocal_image_local_instance.py154 artifact_paths = self.GetImageArtifactsPath(avd_spec)
168 result_report = self._CreateInstance(ins_id, artifact_paths,
208 def _CreateInstance(self, local_instance_id, artifact_paths, avd_spec, argument
228 if artifact_paths.system_image:
230 artifact_paths)
233 self.PrepareLocalCvdToolsLink(cvd_home_dir, artifact_paths.host_bins)
235 self._TrustCertificatesForWebRTC(artifact_paths.host_artifacts)
241 os.path.join(artifact_paths.image_dir, constants.ANDROID_INFO_FILE))
244 artifact_paths,
257 self._LaunchCvd(cmd, local_instance_id, artifact_paths.host_bins,
[all …]
Dlocal_image_local_instance_test.py201 artifact_paths = local_image_local_instance.ArtifactPaths(
222 1, artifact_paths, mock_avd_spec, no_prompts=True)
237 1, artifact_paths, mock_avd_spec, no_prompts=True)
244 1, artifact_paths, mock_avd_spec, no_prompts=True)
/tools/acloud/public/actions/
Dremote_host_gf_device_factory_test.py185 artifact_paths = (
193 for artifact_path in artifact_paths:
Dremote_host_gf_device_factory.py178 artifact_paths = self._RetrieveArtifacts(download_dir)
179 return self._UploadArtifacts(artifact_paths)