Searched refs:artifact_paths (Results 1 – 4 of 4) sorted by relevance
/tools/acloud/create/ |
D | local_image_local_instance.py | 154 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 …]
|
D | local_image_local_instance_test.py | 201 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/ |
D | remote_host_gf_device_factory_test.py | 185 artifact_paths = ( 193 for artifact_path in artifact_paths:
|
D | remote_host_gf_device_factory.py | 178 artifact_paths = self._RetrieveArtifacts(download_dir) 179 return self._UploadArtifacts(artifact_paths)
|