Home
last modified time | relevance | path

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

/NextBSD/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()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDdeprecated.c664 const char **temp_path, in svn_io_open_unique_file2() argument
674 return svn_error_trace(svn_io_open_uniquely_named(file, temp_path, in svn_io_open_unique_file2()
682 const char **temp_path, in svn_io_open_unique_file() argument
688 return svn_error_trace(svn_io_open_unique_file2(file, temp_path, in svn_io_open_unique_file()
HDstream.c1038 const char **temp_path, in svn_stream_open_unique() argument
1046 SVN_ERR(svn_io_open_unique_file3(&file, temp_path, dirpath, in svn_stream_open_unique()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_io.h269 const char **temp_path,
1067 const char **temp_path,
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDupgrade.c1214 const char *temp_path; in migrate_text_bases() local
1224 SVN_ERR(svn_stream_open_unique(&result_stream, &temp_path, in migrate_text_bases()
1266 SVN_ERR(svn_io_file_move(temp_path, pristine_path, iterpool)); in migrate_text_bases()