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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs/
H A Deditor.c289 const char *cur_fspath; local
303 for (cur_fspath = fspath;
304 strlen(cur_fspath) > 1; /* not the root */
305 cur_fspath = svn_fspath__dirname(cur_fspath, scratch_pool))
309 SVN_ERR(svn_fs_node_created_rev(&created_rev, txn_root, cur_fspath,

Completed in 69 milliseconds