Home
last modified time | relevance | path

Searched refs:src_path (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-12.1/usr.bin/xinstall/tests/
H A Dinstall_test.sh311 src_path=a/b/c/testf
312 src_path_prefixed=$PWD/$src_path
316 atf_check touch $src_path
321 src_path_relative="$src_path"
332 src_path=a//b//c//testf
333 src_path_prefixed=$PWD/$src_path
337 atf_check touch $src_path
353 src_path=testf
354 src_path_prefixed=$PWD/$src_path
358 atf_check touch $src_path
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.c1300 const char *src_path, in base_hotcopy() argument
1346 src_path, pool); in base_hotcopy()
1371 SVN_ERR(copy_db_file_safely(src_path, dest_path, in base_hotcopy()
1373 SVN_ERR(copy_db_file_safely(src_path, dest_path, in base_hotcopy()
1375 SVN_ERR(copy_db_file_safely(src_path, dest_path, in base_hotcopy()
1377 SVN_ERR(copy_db_file_safely(src_path, dest_path, in base_hotcopy()
1379 SVN_ERR(copy_db_file_safely(src_path, dest_path, in base_hotcopy()
1381 SVN_ERR(copy_db_file_safely(src_path, dest_path, in base_hotcopy()
1383 SVN_ERR(copy_db_file_safely(src_path, dest_path, in base_hotcopy()
1385 SVN_ERR(copy_db_file_safely(src_path, dest_path, in base_hotcopy()
[all …]
H A Dfs.h314 const char *src_path; member
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs/
H A Ddeprecated.c42 svn_fs_hotcopy2(const char *src_path, const char *dest_path, in svn_fs_hotcopy2() argument
47 return svn_error_trace(svn_fs_hotcopy3(src_path, dest_path, clean, in svn_fs_hotcopy2()
54 svn_fs_hotcopy(const char *src_path, const char *dest_path, in svn_fs_hotcopy() argument
57 return svn_error_trace(svn_fs_hotcopy2(src_path, dest_path, clean, in svn_fs_hotcopy()
H A Dfs-loader.c648 svn_fs_hotcopy3(const char *src_path, const char *dst_path, in svn_fs_hotcopy3() argument
663 if (strcmp(src_path, dst_path) == 0) in svn_fs_hotcopy3()
667 SVN_ERR(svn_fs_type(&src_fs_type, src_path, scratch_pool)); in svn_fs_hotcopy3()
705 SVN_ERR(vtable->hotcopy(src_fs, dst_fs, src_path, dst_path, clean, in svn_fs_hotcopy3()
816 svn_fs_hotcopy_berkeley(const char *src_path, const char *dest_path, in svn_fs_hotcopy_berkeley() argument
819 return svn_error_trace(svn_fs_hotcopy3(src_path, dest_path, clean_logs, in svn_fs_hotcopy_berkeley()
/freebsd-12.1/contrib/subversion/subversion/svn/
H A Dcopy-cmd.c49 const char *src_path, *dst_path; in svn_cl__copy() local
131 src_path = APR_ARRAY_IDX(targets, 0, const char *); in svn_cl__copy()
132 srcs_are_urls = svn_path_is_url(src_path); in svn_cl__copy()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp388 std::string src_path(source.GetPath()); in PutFile() local
389 if (src_path.empty()) in PutFile()
395 command.Printf("cp %s %s", src_path.c_str(), dst_path.c_str()); in PutFile()
408 std::string src_path(source.GetPath()); in PutFile() local
409 if (src_path.empty()) in PutFile()
417 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in PutFile()
489 std::string src_path(source.GetPath()); in GetFile() local
490 if (src_path.empty()) in GetFile()
501 cp_command.Printf("cp %s %s", src_path.c_str(), dst_path.c_str()); in GetFile()
513 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in GetFile()
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dcopies-table.c140 const char *src_path, in svn_fs_bdb__create_copy() argument
149 copy.src_path = src_path; in svn_fs_bdb__create_copy()
H A Dcopies-table.h62 const char *src_path,
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dhotcopy.c45 const char *src_path, in hotcopy_io_dir_file_copy() argument
63 src_target = svn_dirent_join(src_path, file, scratch_pool); in hotcopy_io_dir_file_copy()
76 return svn_error_trace(svn_io_dir_file_copy(src_path, dst_path, file, in hotcopy_io_dir_file_copy()
694 const char *src_path, in svn_fs_x__hotcopy() argument
710 SVN_ERR(svn_fs_x__open(src_fs, src_path, scratch_pool)); in svn_fs_x__hotcopy()
H A Dhotcopy.h37 const char *src_path,
H A Dfs.c529 const char *src_path, in x_hotcopy() argument
542 SVN_ERR(x_open(src_fs, src_path, common_pool_lock, scratch_pool, in x_hotcopy()
554 return svn_fs_x__hotcopy(src_fs, dst_fs, src_path, dst_path, in x_hotcopy()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFileSpec.cpp72 int SBFileSpec::ResolvePath(const char *src_path, char *dst_path, in ResolvePath() argument
74 llvm::SmallString<64> result(src_path); in ResolvePath()
/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Ddeprecated.c688 const char *src_path, in svn_client_copy3() argument
698 copy_source.path = src_path; in svn_client_copy3()
710 const char *src_path, in svn_client_copy2() argument
718 err = svn_client_copy3(commit_info_p, src_path, src_revision, in svn_client_copy2()
741 const char *src_path, in svn_client_copy() argument
800 const char *src_path, in svn_client_move4() argument
808 APR_ARRAY_PUSH(src_paths, const char *) = src_path; in svn_client_move4()
817 const char *src_path, in svn_client_move3() argument
837 return svn_client_move4(commit_info_p, src_path, in svn_client_move3()
847 const char *src_path, in svn_client_move2() argument
[all …]
H A Dcopy.c1150 const char *src_path; member
1219 if (strcmp(path_info->src_path, path) == 0) in path_driver_cb_func()
1419 info->src_path = NULL; /* Only needed on copied dirs */ in queue_externals_change_path_infos()
1724 svn_hash_sets(action_hash, info->src_path, info); in repos_to_repos_copy()
1829 APR_ARRAY_PUSH(paths, const char *) = info->src_path; in repos_to_repos_copy()
3164 const char *src_path = APR_ARRAY_IDX(sources, 0, in svn_client_copy7() local
3167 svn_boolean_t src_is_url = svn_path_is_url(src_path); in svn_client_copy7()
3173 src_basename = src_is_url ? svn_uri_basename(src_path, subpool) in svn_client_copy7()
3236 copy_source->path = src_path; in svn_client_move7()
3265 svn_boolean_t src_is_url = svn_path_is_url(src_path); in svn_client_move7()
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dhotcopy.h36 const char *src_path,
H A Dfs.c495 const char *src_path, in fs_hotcopy() argument
507 SVN_ERR(fs_open(src_fs, src_path, common_pool_lock, pool, common_pool)); in fs_hotcopy()
516 return svn_fs_fs__hotcopy(src_fs, dst_fs, src_path, dst_path, in fs_hotcopy()
H A Dhotcopy.c44 const char *src_path, in hotcopy_io_dir_file_copy() argument
62 src_target = svn_dirent_join(src_path, file, scratch_pool); in hotcopy_io_dir_file_copy()
75 return svn_error_trace(svn_io_dir_file_copy(src_path, dst_path, file, in hotcopy_io_dir_file_copy()
1007 const char *src_path, in svn_fs_fs__hotcopy() argument
1023 SVN_ERR(svn_fs_fs__open(src_fs, src_path, pool)); in svn_fs_fs__hotcopy()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFileSpec.h48 static int ResolvePath(const char *src_path, char *dst_path, size_t dst_len);
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_fs.h561 svn_fs_hotcopy3(const char *src_path,
580 svn_fs_hotcopy2(const char *src_path,
597 svn_fs_hotcopy(const char *src_path,
780 svn_fs_hotcopy_berkeley(const char *src_path,
H A Dsvn_client.h5401 const char *src_path,
5420 const char *src_path,
5436 const char *src_path,
5606 const char *src_path,
5624 const char *src_path,
5641 const char *src_path,
5658 const char *src_path,
/freebsd-12.1/sys/dev/usb/
H A Dusb_dev.h45 char src_path[32]; /* Source path - including terminating member
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Ddeprecated.c235 svn_repos_hotcopy2(const char *src_path, in svn_repos_hotcopy2() argument
243 return svn_error_trace(svn_repos_hotcopy3(src_path, dst_path, clean_logs, in svn_repos_hotcopy2()
249 svn_repos_hotcopy(const char *src_path, in svn_repos_hotcopy() argument
254 return svn_error_trace(svn_repos_hotcopy2(src_path, dst_path, clean_logs, in svn_repos_hotcopy()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1462 svn_sqlite__hotcopy(const char *src_path, in svn_sqlite__hotcopy() argument
1468 SVN_ERR(svn_sqlite__open(&src_db, src_path, svn_sqlite__mode_readonly, in svn_sqlite__hotcopy()
1482 _("SQLite hotcopy failed for %s"), src_path); in svn_sqlite__hotcopy()
1510 SVN_ERR(svn_io_copy_perms(src_path, dst_path, scratch_pool)); in svn_sqlite__hotcopy()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/util/
H A Dfs_skels.c733 copy->src_path = apr_pstrmemdup(pool, in svn_fs_base__parse_copy_skel()
1326 if ((copy->src_path) && (*copy->src_path)) in svn_fs_base__unparse_copy_skel()
1327 svn_skel__prepend(svn_skel__str_atom(copy->src_path, pool), skel); in svn_fs_base__unparse_copy_skel()

12