Searched refs:ScpPushFile (Results 1 – 10 of 10) sorted by relevance
/tools/acloud/public/actions/ |
D | remote_instance_fvp_device_factory.py | 74 self._ssh.ScpPushFile( 81 self._ssh.ScpPushFile(
|
D | remote_host_gf_device_factory.py | 601 self._ssh.ScpPushFile(emulator_zip_path, remote_emulator_zip_path) 602 self._ssh.ScpPushFile(image_zip_path, remote_image_zip_path) 649 self._ssh.ScpPushFile(mixed_image, remote_disk_image_path) 687 self._ssh.ScpPushFile(kernel_path, remote_kernel_path) 688 self._ssh.ScpPushFile(ramdisk_path, remote_ramdisk_path)
|
D | remote_instance_trusty_device_factory.py | 194 self._ssh.ScpPushFile(config_json_file.name, remote_config_path) 302 self._ssh.ScpPushFile(image_local_path, f"{cvd_utils.GCE_BASE_DIR}/kernel")
|
D | remote_host_gf_device_factory_test.py | 269 self._mock_ssh.ScpPushFile.assert_called_with( 309 self._mock_ssh.ScpPushFile.assert_any_call( 311 self._mock_ssh.ScpPushFile.assert_any_call(
|
D | remote_instance_trusty_device_factory_test.py | 106 mock_ssh.ScpPushFile.assert_called_with(
|
/tools/acloud/internal/lib/ |
D | cvd_utils_test.py | 167 mock_ssh.ScpPushFile.assert_called_once_with( 179 self.assertEqual(2, mock_ssh.ScpPushFile.call_count) 208 self.assertEqual(2, mock_ssh.ScpPushFile.call_count) 262 mock_ssh.ScpPushFile.assert_called_once_with( 287 mock_ssh.ScpPushFile.assert_called_once_with( 299 mock_ssh.ScpPushFile.assert_called_once_with(
|
D | cvd_utils.py | 367 ssh_obj.ScpPushFile(kernel_image_path, remote_kernel_image_path) 368 ssh_obj.ScpPushFile(initramfs_image_path, remote_initramfs_image_path) 375 ssh_obj.ScpPushFile(boot_image_path, remote_boot_image_path) 381 ssh_obj.ScpPushFile(vendor_boot_image_path, 486 ssh_obj.ScpPushFile(vbmeta_image_path, remote_vbmeta_image_path)
|
D | ssh_test.py | 170 ssh_object.ScpPushFile("/tmp/test", "/tmp/test_1.log") 189 ssh_object.ScpPushFile("/tmp/test", "/tmp/test_1.log")
|
D | ssh.py | 340 def ScpPushFile(self, src_file, dst_file): member in Ssh
|
D | cvd_compute_client_multi_stage.py | 376 self._ssh.ScpPushFile(extra_file.source, extra_file.target)
|