Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/
Dcompat.c1584 const char *ev1_relpath, in apply_change() argument
1597 relpath = svn_relpath_join(eb->base_relpath, ev1_relpath, scratch_pool); in apply_change()
1619 SVN_ERR(eb->deditor->delete_entry(ev1_relpath, change->deleting, in apply_change()
1632 SVN_ERR(eb->deditor->absent_directory(ev1_relpath, parent_baton, in apply_change()
1635 SVN_ERR(eb->deditor->absent_file(ev1_relpath, parent_baton, in apply_change()
1650 SVN_ERR(eb->deditor->delete_entry(ev1_relpath, change->deleting, in apply_change()
1674 SVN_ERR(eb->deditor->add_directory(ev1_relpath, parent_baton, in apply_change()
1678 SVN_ERR(eb->deditor->add_file(ev1_relpath, parent_baton, in apply_change()
1685 SVN_ERR(eb->deditor->open_directory(ev1_relpath, parent_baton, in apply_change()
1689 SVN_ERR(eb->deditor->open_file(ev1_relpath, parent_baton, in apply_change()