HomeSort by relevance Sort by last modified time
    Searched refs:remote_path (Results 26 - 37 of 37) sorted by null

12

  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
page_test_results.py 255 remote_path = ('profiler-file-id_%s-%s%-d%s' % (
262 bucket, remote_path, file_handle.GetAbsPath())
  /ndk/
ndk-gdb.py 426 remote_path = "/data/local/tmp/{}-gdbserver".format(arch)
427 args.device.push(local_path, remote_path)
434 cmd = ["cat", remote_path, "|", "run-as", package_name,
444 remote_path = destination
446 log("Uploaded gdbserver to {}".format(remote_path))
447 return remote_path
  /system/core/adb/
file_sync_client.cpp 54 static void ensure_trailing_separators(std::string& local_path, std::string& remote_path) {
58 if (remote_path.back() != '/') {
59 remote_path.push_back('/');
84 const std::string& remote_path,
87 : lpath(local_path), rpath(remote_path), mode(mode) {
    [all...]
  /external/autotest/server/
site_linux_system.py 331 remote_path = os.path.join('/tmp', os.path.basename(filename))
333 remote_path = None
336 remote_file=remote_path)
server_job.py     [all...]
  /external/autotest/server/cros/faft/
firmware_test.py     [all...]
  /external/autotest/client/cros/chameleon/
chameleon.py 542 A tuple (remote_path, format).
543 remote_path: The captured file path on Chameleon.
551 remote_path, data_format = self.chameleond_proxy.StopCapturingAudio(
553 return remote_path, data_format
  /external/autotest/client/virt/
virt_utils.py 859 def scp_to_remote(host, port, username, password, local_path, remote_path,
868 @param remote_path: Path on the remote machine where we are copying to
876 (port, local_path, username, host, remote_path))
883 def scp_from_remote(host, port, username, password, remote_path, local_path,
892 @param remote_path: Path on the remote machine where we are copying to
900 (port, username, host, remote_path, local_path))
932 remote_path, log_filename=None, verbose=False, timeout=600):
940 @param remote_path: Path on the remote machine where we are copying to
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
desktop_browser_backend.py 521 remote_path = ('minidump-%s-%i.dmp' %
525 return cloud_storage.Insert(cloud_storage.TELEMETRY_OUTPUT, remote_path,
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 297 # adb pull <remote_path> <local_path>
298 def pull(self, remote_path, local_path):
299 self._call_adb(*["pull", remote_path, local_path])
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
base_config_unittest.py 176 remote_path = dependency_manager.BaseConfig._CloudStorageRemotePath(
178 self.assertEqual(expected_remote_path, remote_path)
182 remote_path = dependency_manager.BaseConfig._CloudStorageRemotePath(
    [all...]
  /external/autotest/server/hosts/
cros_host.py     [all...]

Completed in 432 milliseconds

12