• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/

Lines Matching defs:fspath

81               const char *fspath,
100 SVN_ERR(svn_fs_change_node_prop(root, fspath, name, value, iterpool));
110 const char *fspath,
119 SVN_ERR(svn_fs_node_proplist(&old_props, root, fspath, scratch_pool));
130 SVN_ERR(svn_fs_change_node_prop(root, fspath, prop->name, prop->value,
141 const char *fspath,
153 SVN_ERR(svn_fs_apply_text(&fs_contents, root, fspath,
167 const char *fspath,
175 SVN_ERR(svn_fs_node_created_rev(&created_rev, txn_root, fspath,
218 fspath);
227 fspath);
247 SVN_ERR(svn_fs_node_relation(&relation, txn_root, fspath, rev_root,
248 fspath, scratch_pool));
260 fspath);
278 const char *fspath,
284 SVN_ERR(svn_fs_check_path(&kind, txn_root, fspath, scratch_pool));
296 for (cur_fspath = fspath;
318 fspath);
332 const char *fspath = FSPATH(relpath, scratch_pool);
342 SVN_ERR(can_modify(root, fspath, replaces_rev, scratch_pool));
343 SVN_ERR(svn_fs_delete(root, fspath, scratch_pool));
347 SVN_ERR(can_create(root, fspath, scratch_pool));
350 SVN_ERR(svn_fs_make_dir(root, fspath, scratch_pool));
351 SVN_ERR(add_new_props(root, fspath, props, scratch_pool));
368 const char *fspath = FSPATH(relpath, scratch_pool);
375 SVN_ERR(can_modify(root, fspath, replaces_rev, scratch_pool));
376 SVN_ERR(svn_fs_delete(root, fspath, scratch_pool));
380 SVN_ERR(can_create(root, fspath, scratch_pool));
383 SVN_ERR(svn_fs_make_file(root, fspath, scratch_pool));
385 SVN_ERR(set_text(root, fspath, checksum, contents,
387 SVN_ERR(add_new_props(root, fspath, props, scratch_pool));
403 const char *fspath = FSPATH(relpath, scratch_pool);
410 SVN_ERR(can_modify(root, fspath, replaces_rev, scratch_pool));
411 SVN_ERR(svn_fs_delete(root, fspath, scratch_pool));
415 SVN_ERR(can_create(root, fspath, scratch_pool));
421 SVN_ERR(svn_fs_make_file(root, fspath, scratch_pool));
422 SVN_ERR(svn_fs_apply_text(&fs_contents, root, fspath,
429 SVN_ERR(add_new_props(root, fspath, props, scratch_pool));
463 const char *fspath = FSPATH(relpath, scratch_pool);
470 SVN_ERR(can_modify(root, fspath, revision, scratch_pool));
473 SVN_ERR(alter_props(root, fspath, props, scratch_pool));
490 const char *fspath = FSPATH(relpath, scratch_pool);
494 SVN_ERR(can_modify(root, fspath, revision, scratch_pool));
499 SVN_ERR(set_text(root, fspath, checksum, contents,
505 SVN_ERR(alter_props(root, fspath, props, scratch_pool));
536 const char *fspath = FSPATH(relpath, scratch_pool);
540 SVN_ERR(can_modify(root, fspath, revision, scratch_pool));
542 SVN_ERR(svn_fs_delete(root, fspath, scratch_pool));