Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDworkqueue.c184 install_committed_file(svn_boolean_t *overwrote_working, in install_committed_file() argument
196 *overwrote_working = FALSE; in install_committed_file()
262 *overwrote_working = TRUE; in install_committed_file()
271 SVN_ERR(svn_wc__sync_flags_with_props(overwrote_working, db, file_abspath, in install_committed_file()
284 svn_boolean_t overwrote_working; in process_commit_file_install() local
295 SVN_ERR(install_committed_file(&overwrote_working, db, in process_commit_file_install()
301 if (overwrote_working) in process_commit_file_install()