Searched refs:orig_path (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | PathMappingList.cpp | 205 std::string orig_path = orig_spec.GetPath(); in FindFile() local 207 if (orig_path.empty()) in FindFile() 213 llvm::StringRef orig_ref(orig_path); in FindFile() 306 uint32_t PathMappingList::FindIndexForPath(ConstString orig_path) const { in FindIndexForPath() 307 const ConstString path = NormalizePath(orig_path); in FindIndexForPath()
|
| /freebsd-11-stable/contrib/gdb/gdb/mi/ |
| HD | mi-cmd-env.c | 44 static char *orig_path = NULL; variable 162 exec_path = xstrdup (orig_path); in mi_cmd_env_path() 258 orig_path = xstrdup (env); in _initialize_mi_cmd_env()
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/ |
| HD | cmdline.c | 1357 escape_path(apr_pool_t *pool, const char *orig_path) in escape_path() argument 1362 len = strlen(orig_path); in escape_path() 1365 status = apr_escape_shell(NULL, orig_path, len, &esc_len); in escape_path() 1372 return apr_psprintf(pool, "\"%s\"", orig_path); in escape_path() 1388 for (p = orig_path; *p; p++) in escape_path() 1428 for (p = (char *)orig_path; *p; p++) in escape_path() 1433 apr_escape_shell(path, orig_path, len, NULL); in escape_path()
|
| /freebsd-11-stable/contrib/subversion/subversion/svnrdump/ |
| HD | load_editor.c | 87 const char *orig_path, 680 const char *orig_path; in remove_node_props() local 686 orig_path = nb->copyfrom_path; in remove_node_props() 694 orig_path = (nb->kind == svn_node_dir) in remove_node_props() 705 orig_path = nb->path; in remove_node_props() 711 && ! ARE_VALID_COPY_ARGS(orig_path, orig_rev)) in remove_node_props() 721 orig_path, orig_rev, nb->kind, in remove_node_props()
|
| /freebsd-11-stable/contrib/subversion/subversion/svnlook/ |
| HD | svnlook.c | 857 const char *orig_path = NULL, *new_path = NULL; in print_diff_tree() local 922 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary, in print_diff_tree() 931 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary, in print_diff_tree() 940 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary, in print_diff_tree() 947 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary, in print_diff_tree() 1038 orig_path, new_path, in print_diff_tree() 1074 SVN_ERR(svn_diff_file_diff_2(&diff, orig_path, in print_diff_tree() 1092 out_stream, diff, orig_path, new_path, in print_diff_tree()
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/ |
| HD | dump.c | 179 tracker_lookup(const char **orig_path, in tracker_lookup() argument 189 *orig_path = path; in tracker_lookup() 205 *orig_path = svn_dirent_join(parent->copyfrom_path->data, in tracker_lookup() 212 *orig_path = path; in tracker_lookup() 218 *orig_path = NULL; in tracker_lookup() 225 *orig_path = NULL; in tracker_lookup()
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| HD | util.c | 1794 const char *orig_path, in svn_ra_serf__get_relative_path() argument 1816 decoded_orig = svn_path_uri_decode(orig_path, pool); in svn_ra_serf__get_relative_path()
|
| HD | ra_serf.h | 1133 const char *orig_path,
|