Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c169 const char *canon_path_from_patchfile; member
458 target->canon_path_from_patchfile = svn_dirent_internal_style( in resolve_target_path()
462 if (has_text_changes && target->canon_path_from_patchfile[0] == '\0') in resolve_target_path()
472 SVN_ERR(strip_path(&stripped_path, target->canon_path_from_patchfile, in resolve_target_path()
475 stripped_path = target->canon_path_from_patchfile; in resolve_target_path()
1425 const char *left_src = target->canon_path_from_patchfile; in init_patch_target()
1426 const char *right_src = target->canon_path_from_patchfile; in init_patch_target()
3669 target->canon_path_from_patchfile, in apply_patches()
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_client.h7461 const char *canon_path_from_patchfile,