Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
Dfs_x.c998 SVN_ERR(svn_io_file_create_empty(svn_fs_x__path_lock(fs, scratch_pool), in svn_fs_x__create_file_tree()
1021 SVN_ERR(svn_io_file_create_empty( in svn_fs_x__create_file_tree()
1026 SVN_ERR(svn_io_file_create_empty( in svn_fs_x__create_file_tree()
Drep-cache.c84 svn_error_t *err = svn_io_file_create_empty(db_path, scratch_pool); in open_rep_cache()
Dfs.c452 SVN_ERR(svn_io_file_create_empty(file_path, subpool)); in x_open_for_recovery()
Dtransaction.c1346 SVN_ERR(svn_io_file_create_empty( in create_txn()
1351 SVN_ERR(svn_io_file_create_empty( in create_txn()
1356 SVN_ERR(svn_io_file_create_empty( in create_txn()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
Drep-cache.c81 svn_error_t *err = svn_io_file_create_empty(db_path, pool); in open_rep_cache()
Dfs.c498 SVN_ERR(svn_io_file_create_empty(file_path, subpool)); in fs_open_for_recovery()
Dfs_fs.c1870 SVN_ERR(svn_io_file_create_empty(svn_fs_fs__path_current(fs, pool), pool)); in svn_fs_fs__create_file_tree()
1874 SVN_ERR(svn_io_file_create_empty(svn_fs_fs__path_lock(fs, pool), pool)); in svn_fs_fs__create_file_tree()
1903 SVN_ERR(svn_io_file_create_empty( in svn_fs_fs__create_file_tree()
Dtransaction.c1158 SVN_ERR(svn_io_file_create_empty( in svn_fs_fs__create_txn()
1163 SVN_ERR(svn_io_file_create_empty( in svn_fs_fs__create_txn()
1168 SVN_ERR(svn_io_file_create_empty(path_txn_changes(fs, &ftd->txn_id, pool), in svn_fs_fs__create_txn()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Dwc_editor.c371 SVN_ERR(svn_io_file_create_empty(abspath, scratch_pool)); in mkfile()
/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_io.h730 svn_io_file_create_empty(const char *file,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dsqlite.c864 svn_error_t *err = svn_io_file_create_empty(path, scratch_pool); in internal_open()
Dio.c1306 svn_io_file_create_empty(const char *file, in svn_io_file_create_empty() function
2684 err = svn_io_file_create_empty(lock_file, pool); in svn_io__file_lock_autocreate()
/freebsd-12-stable/contrib/subversion/
DCHANGES1607 * new APIs svn_io_file_create_empty() and svn_io_file_create_bytes()