Searched refs:stripped_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c382 const char *stripped_path;
401 SVN_ERR(strip_path(&stripped_path, target->canon_path_from_patchfile,
404 stripped_path = target->canon_path_from_patchfile;
406 if (svn_dirent_is_absolute(stripped_path))
409 stripped_path,
418 target->local_relpath = stripped_path;
424 target->local_relpath = stripped_path;
381 const char *stripped_path; local

Completed in 109 milliseconds