Searched refs:result_path (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/subversion/subversion/include/ |
| HD | svn_dirent_uri.h | 772 const char **result_path,
|
| /trueos/contrib/llvm/lib/Support/Windows/ |
| HD | Path.inc | 83 SmallVectorImpl<char> &result_path, 86 // Use result_path as temp storage. 87 result_path.set_size(0); 88 StringRef m = model.toStringRef(result_path); 195 // Set result_path to the utf-8 representation of the path. 197 random_path_utf16.size(), result_path)) {
|
| /trueos/contrib/subversion/subversion/libsvn_subr/ |
| HD | dirent_uri.c | 2265 const char **result_path, in svn_dirent_is_under_root() argument 2274 if (result_path) in svn_dirent_is_under_root() 2275 *result_path = NULL; in svn_dirent_is_under_root() 2286 if (result_path) in svn_dirent_is_under_root() 2287 *result_path = svn_dirent_canonicalize(full_path, result_pool); in svn_dirent_is_under_root()
|
| /trueos/contrib/subversion/subversion/libsvn_fs_base/ |
| HD | tree.c | 3265 const char *result_path; /* Path, if any, of the ancestor. */ member 3280 args->result_path = NULL; in txn_body_copied_from() 3308 args->result_path = copy->src_path; in txn_body_copied_from() 3335 *path_p = args.result_path ? apr_pstrdup(pool, args.result_path) : NULL; in base_copied_from()
|
| /trueos/contrib/subversion/subversion/libsvn_wc/ |
| HD | update_editor.c | 64 path_join_under_root(const char **result_path, 1110 path_join_under_root(const char **result_path, in path_join_under_root() argument 1118 result_path, base_path, add_path, pool)); in path_join_under_root() 1130 if (strcmp(add_path, svn_dirent_basename(*result_path, NULL)) != 0) in path_join_under_root()
|