Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dworkqueue.c184 install_committed_file(svn_boolean_t *overwrote_working, in install_committed_file() argument
196 *overwrote_working = FALSE; in install_committed_file()
261 *overwrote_working = TRUE; in install_committed_file()
270 SVN_ERR(svn_wc__sync_flags_with_props(overwrote_working, db, file_abspath, in install_committed_file()
283 svn_boolean_t overwrote_working; in process_commit_file_install() local
294 SVN_ERR(install_committed_file(&overwrote_working, db, in process_commit_file_install()
300 if (overwrote_working) in process_commit_file_install()