Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c715 const char *temp_path; in svn_ra__file_revs_from_log() local
729 SVN_ERR(svn_stream_open_unique(&stream, &temp_path, NULL, in svn_ra__file_revs_from_log()
737 SVN_ERR(svn_io_file_open(&file, temp_path, APR_READ, APR_OS_DEFAULT, in svn_ra__file_revs_from_log()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c665 const char **temp_path, in svn_io_open_unique_file2() argument
675 return svn_error_trace(svn_io_open_uniquely_named(file, temp_path, in svn_io_open_unique_file2()
683 const char **temp_path, in svn_io_open_unique_file() argument
689 return svn_error_trace(svn_io_open_unique_file2(file, temp_path, in svn_io_open_unique_file()
H A Dstream.c1050 const char **temp_path, in svn_stream_open_unique() argument
1058 SVN_ERR(svn_io_open_unique_file3(&file, temp_path, dirpath, in svn_stream_open_unique()
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_io.h269 const char **temp_path,
1086 const char **temp_path,
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c1042 const char *temp_path; in migrate_text_bases() local
1052 SVN_ERR(svn_stream_open_unique(&result_stream, &temp_path, in migrate_text_bases()
1094 SVN_ERR(svn_io_file_move(temp_path, pristine_path, iterpool)); in migrate_text_bases()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dtransaction.c1412 const char *temp_path; in set_txn_proplist() local
1415 SVN_ERR(svn_stream_open_unique(&stream, &temp_path, in set_txn_proplist()
1424 SVN_ERR(svn_io_file_rename2(temp_path, in set_txn_proplist()