Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
HDcompat.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-11-stable/contrib/subversion/subversion/libsvn_subr/
HDdeprecated.c1077 const char **temp_path, in svn_io_open_unique_file2() argument
1087 return svn_error_trace(svn_io_open_uniquely_named(file, temp_path, in svn_io_open_unique_file2()
1095 const char **temp_path, in svn_io_open_unique_file() argument
1101 return svn_error_trace(svn_io_open_unique_file2(file, temp_path, in svn_io_open_unique_file()
HDstream.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-11-stable/contrib/subversion/subversion/include/
HDsvn_io.h269 const char **temp_path,
1086 const char **temp_path,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
HDupgrade.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-11-stable/contrib/subversion/subversion/libsvn_fs_x/
HDtransaction.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()