HomeSort by relevance Sort by last modified time
    Searched full:send_file (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/autotest/server/self-test/
remote_cmd 32 print "Running send_file remote machine"
33 m.send_file('/etc/motd', '/tmp/motd')
autotest_test.py 67 def send_file(self, src, dst): member in class:AutotestTestCase.testInstallFromDir.MockInstallHost
68 self.commands.append("send_file: %s %s" % (src,
77 self.assertTrue(host.commands[1].startswith('send_file: /tmp/'))
  /external/autotest/server/site_tests/factory_Basic/
factory_Basic.py 26 host.send_file(test_list_path,
  /external/autotest/server/site_tests/video_VDAStress/
video_VDAStress.py 28 host.send_file(file_path_at_server, file_path_at_client)
  /external/autotest/server/site_tests/android_ACTS/
android_ACTS.py 41 self.test_station.send_file(input_path, self.ts_tempfolder)
49 self.test_station.send_file(actual_path, self.ts_tempfolder)
  /external/autotest/server/site_tests/firmware_UpdateKernelDataKeyVersion/
firmware_UpdateKernelDataKeyVersion.py 33 host.send_file(os.path.join(self.bindir,
37 host.send_file(os.path.join(self.bindir,
  /external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/
firmware_UpdateKernelSubkeyVersion.py 23 host.send_file(os.path.join(self.bindir,
27 host.send_file(os.path.join(self.bindir,
  /external/autotest/server/hosts/
bootloader.py 50 self._host().send_file(os.path.abspath(os.path.join(
bootloader_unittest.py 56 host.send_file.expect_call(BOOTTOOL_SRC, TMPDIR)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
test_key.py 174 k.send_file(fail_file)
188 k.send_file(fail_file)
204 k.send_file(fail_file)
220 k.send_file(fail_file)
  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
FileTransferService.java 26 public static final String ACTION_SEND_FILE = "com.example.android.wifidirectp2p.SEND_FILE";
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
FileTransferService.java 26 public static final String ACTION_SEND_FILE = "com.example.android.wifidirect.SEND_FILE";
  /external/autotest/server/cros/
gsutil_wrapper.py 53 host.send_file(tempsourcepath, os.path.join(destination, filename))
  /external/autotest/server/
deb_kernel_unittest.py 31 self.host.send_file.expect_call(self.kernel.source_material,
deb_kernel.py 51 host.send_file(self.source_material, remote_filename)
139 host.send_file(self.source_material, remote_filename)
autotest_unittest.py 125 self.host.send_file.expect_call('source_material', 'autodir',
221 self.host.send_file.expect_call(
225 self.host.send_file.expect_call("temp", run_obj.remote_control_file)
site_autotest.py 152 self.host.send_file(client_config.name, destination)
197 self.host.send_file(checksum_file, dest_path)
223 self.host.send_file(server_package, remote_dest)
git.py 45 host.send_file(self.source_material, self._build)
git_kernel.py 104 host.send_file(self.source_material, self._build)
  /external/autotest/server/site_tests/native_Benchmarks/
native_Benchmarks_common.py 48 client.send_file(src, dst)
  /external/autotest/server/site_tests/platform_InstallFW/
platform_InstallFW.py 31 host.send_file(fw_src, fw_dst)
  /external/autotest/site_utils/
brillo_recovery_test.py 66 moblab.send_file(args.recovery_image, remote_recovery_image)
brillo_aue2e_test.py 153 moblab.send_file(payload, tmp_stage_file)
197 moblab.send_file(dst_image, remote_dst_image)
202 moblab.send_file(src_image, remote_src_image)
  /external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/
firmware_UpdateFirmwareDataKeyVersion.py 23 host.send_file(os.path.join(self.bindir,
27 host.send_file(os.path.join(self.bindir,
  /external/autotest/server/site_tests/telemetry_Crosperf/
telemetry_Crosperf.py 64 # send_file() relies on rsync over ssh. Couldn't be better.
75 dut.send_file(src, dst)

Completed in 1003 milliseconds

1 2 3 4