Home
last modified time | relevance | path

Searched refs:canon_path_from_patchfile (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Dpatch.c169 const char *canon_path_from_patchfile; member
460 target->canon_path_from_patchfile = svn_dirent_internal_style( in resolve_target_path()
464 if (has_text_changes && target->canon_path_from_patchfile[0] == '\0') in resolve_target_path()
474 SVN_ERR(strip_path(&stripped_path, target->canon_path_from_patchfile, in resolve_target_path()
477 stripped_path = target->canon_path_from_patchfile; in resolve_target_path()
1430 const char *left_src = target->canon_path_from_patchfile; in init_patch_target()
1431 const char *right_src = target->canon_path_from_patchfile; in init_patch_target()
3674 target->canon_path_from_patchfile, in apply_patches()
/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_client.h7593 const char *canon_path_from_patchfile,