Searched refs:remote_path (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
| H A D | gdbremote_testcase.py | 501 remote_path = lldbutil.append_to_process_working_directory(self, 503 remote_file_spec = lldb.SBFileSpec(remote_path, False) 509 (inferior_exe_path, remote_path, err)) 510 inferior_exe_path = remote_path 1556 remote_path = lldbutil.append_to_process_working_directory(self, 1558 remote_file_spec = lldb.SBFileSpec(remote_path, False) 1563 (exe_path, remote_path, err)) 1564 return [remote_path]
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | sftp.c | 1973 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, in complete_match() argument 1993 tmp = make_absolute_pwd_glob(tmp, remote_path); in complete_match() 2025 tmp = path_strip(tmp2, isabs ? NULL : remote_path); in complete_match() 2181 char *remote_path; in interactive_loop() local 2209 complete_ctx.remote_pathp = &remote_path; in interactive_loop() 2221 if ((remote_path = sftp_realpath(conn, ".")) == NULL) in interactive_loop() 2223 startdir = xstrdup(remote_path); in interactive_loop() 2227 dir = sftp_make_absolute(dir, remote_path); in interactive_loop() 2234 &remote_path, startdir, 1, 0) != 0) { in interactive_loop() 2237 free(remote_path); in interactive_loop() [all …]
|
| H A D | sftp-client.c | 1577 sftp_download(struct sftp_conn *conn, const char *remote_path, in sftp_download() argument 1596 remote_path, local_path); in sftp_download() 1601 if (sftp_stat(conn, remote_path, 0, &attr) != 0) in sftp_download() 1614 error("download %s: not a regular file", remote_path); in sftp_download() 1626 if (send_open(conn, remote_path, "remote", SSH2_FXF_READ, NULL, in sftp_download() 1665 start_progress_meter(progress_meter_path(remote_path), in sftp_download() 1823 error("read remote \"%s\" : %s", remote_path, fx2txt(status)); in sftp_download() 2009 const char *remote_path, int preserve_flag, int resume, in sftp_upload() argument 2026 local_path, remote_path); in sftp_upload() 2054 if (sftp_stat(conn, remote_path, 0, &c) != 0) { in sftp_upload() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 392 std::string remote_path = remote_file.GetPath(); in DoExecute() local 393 target_sp->SetArg0(remote_path.c_str()); in DoExecute()
|