Searched refs:make_path_mutable (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | tree.c | 1185 make_path_mutable(svn_fs_root_t *root, in make_path_mutable() function 1212 SVN_ERR(make_path_mutable(root, parent_path->parent, in make_path_mutable() 1625 SVN_ERR(make_path_mutable(root, parent_path, path, pool)); in fs_change_node_prop() 2514 SVN_ERR(make_path_mutable(root, parent_path->parent, path, pool)); in fs_make_dir() 2566 SVN_ERR(make_path_mutable(root, parent_path->parent, path, pool)); in fs_delete_node() 2693 SVN_ERR(make_path_mutable(to_root, to_parent_path->parent, in copy_helper() 2840 SVN_ERR(make_path_mutable(root, parent_path->parent, path, pool)); in fs_make_file() 3016 SVN_ERR(make_path_mutable(tb->root, parent_path, tb->path, pool)); in apply_textdelta() 3175 SVN_ERR(make_path_mutable(tb->root, parent_path, tb->path, pool)); in apply_text()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/ |
| H A D | tree.c | 791 make_path_mutable(svn_fs_root_t *root, in make_path_mutable() function 817 SVN_ERR(make_path_mutable(root, parent_path->parent, in make_path_mutable() 1332 SVN_ERR(make_path_mutable(args->root, parent_path, args->path, in txn_body_change_node_prop() 3029 SVN_ERR(make_path_mutable(root, parent_path->parent, path, in txn_body_make_dir() 3105 SVN_ERR(make_path_mutable(root, parent_path->parent, path, in txn_body_delete() 3216 SVN_ERR(make_path_mutable(to_root, to_parent_path->parent, in txn_body_copy() 3473 SVN_ERR(make_path_mutable(root, parent_path->parent, path, in txn_body_make_file() 3807 SVN_ERR(make_path_mutable(tb->root, parent_path, tb->path, in txn_body_apply_textdelta() 3987 SVN_ERR(make_path_mutable(tb->root, parent_path, tb->path, in txn_body_apply_text()
|