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

  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 42 remote_path = path[7:]
44 remote_path = None
67 if remote_path:
70 remote_path)
  /external/openssh/
sftp-client.c 987 do_download(struct sftp_conn *conn, char *remote_path, char *local_path,
1009 if (a == NULL && (a = do_stat(conn, remote_path, 0)) == NULL)
1020 error("Cannot download non-regular file: %s", remote_path);
1036 buffer_put_cstring(&msg, remote_path);
1041 debug3("Sent message SSH2_FXP_OPEN I:%u P:%s", id, remote_path);
1044 "remote open(\"%s\")", remote_path);
1067 start_progress_meter(remote_path, size, &progress_counter);
1190 remote_path, fx2txt(status));
1334 do_upload(struct sftp_conn *conn, char *local_path, char *remote_path,
    [all...]
sftp.c 1864 char *remote_path; local
    [all...]
  /development/testrunner/
runtest.py 303 remote_path = m.group(1)
305 logger.Log("adb push %s %s" % (abs_install_path, remote_path))
306 self._adb.Push(abs_install_path, 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/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 503 remote_path = "%s/%s" % (self._repository_url(), path)
504 return self.run(["svn", "cat", "-r", revision, remote_path], decode_output=False)
    [all...]

Completed in 214 milliseconds