Home
last modified time | relevance | path

Searched defs:dst_path (Results 1 – 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/svn/
Dmove-cmd.c50 const char *dst_path; in svn_cl__move() local
Dcopy-cmd.c49 const char *src_path, *dst_path; in svn_cl__copy() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBFileSpec.cpp101 int SBFileSpec::ResolvePath(const char *src_path, char *dst_path, in ResolvePath()
145 uint32_t SBFileSpec::GetPath(char *dst_path, size_t dst_len) const { in GetPath()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
Dhotcopy.c46 const char *dst_path, in hotcopy_io_dir_file_copy()
132 const char *dst_path; in hotcopy_io_copy_dir_recursively() local
695 const char *dst_path, in svn_fs_x__hotcopy()
Dfs.c531 const char *dst_path, in x_hotcopy()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp102 std::string dst_path(destination.GetPath()); in PutFile() local
122 std::string dst_path(destination.GetPath()); in PutFile() local
163 std::string dst_path(destination.GetPath()); in GetFile() local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dhotcopy.c45 const char *dst_path, in hotcopy_io_dir_file_copy()
131 const char *dst_path; in hotcopy_io_copy_dir_recursively() local
1008 const char *dst_path, in svn_fs_fs__hotcopy()
Dfs.c575 const char *dst_path, in fs_hotcopy()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dlog.c167 svn_log__switch(const char *path, const char *dst_path, svn_revnum_t revnum, in svn_log__switch()
187 const char *dst_path, svn_revnum_t revnum, in svn_log__diff()
Dsqlite.c1463 const char *dst_path, in svn_sqlite__hotcopy()
Dio.c1115 const char *dst_path; in svn_io_copy_dir_recursively() local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Ddeprecated.c686 const char *dst_path, in svn_client_copy6()
709 const char *dst_path, in svn_client_copy5()
730 const char *dst_path, in svn_client_copy4()
745 const char *dst_path, in svn_client_copy3()
767 const char *dst_path, in svn_client_copy2()
798 const char *dst_path, in svn_client_copy()
814 const char *dst_path, in svn_client_move6()
835 const char *dst_path, in svn_client_move5()
856 const char *dst_path, in svn_client_move4()
873 const char *dst_path, in svn_client_move3()
[all …]
Dcopy.c849 const char *dst_path, in do_wc_to_wc_moves()
1146 const char *dst_path; member
3312 const char *dst_path, in svn_client_copy7()
3395 const char *dst_path, in svn_client_move7()
/freebsd-12-stable/sys/dev/usb/
Dusb_dev.h47 char dst_path[32]; /* Destination path - including member
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
Ddeprecated.c236 const char *dst_path, in svn_repos_hotcopy2()
250 const char *dst_path, in svn_repos_hotcopy()
Drepos.c1968 const char *dst_path, in svn_repos_hotcopy3()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Ddeprecated.c3357 svn_wc_add_repos_file3(const char *dst_path, in svn_wc_add_repos_file3()
3394 svn_wc_add_repos_file2(const char *dst_path, in svn_wc_add_repos_file2()
3487 svn_wc_add_repos_file(const char *dst_path, in svn_wc_add_repos_file()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
Dfs-loader.c648 svn_fs_hotcopy3(const char *src_path, const char *dst_path, in svn_fs_hotcopy3()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp3184 std::string src_path{src.GetPath(false)}, dst_path{dst.GetPath(false)}; in CreateSymlink() local