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

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c663 const char **temp_path,
673 return svn_error_trace(svn_io_open_uniquely_named(file, temp_path,
681 const char **temp_path,
687 return svn_error_trace(svn_io_open_unique_file2(file, temp_path,
660 svn_io_open_unique_file2(apr_file_t **file, const char **temp_path, const char *path, const char *suffix, svn_io_file_del_t delete_when, apr_pool_t *pool) argument
678 svn_io_open_unique_file(apr_file_t **file, const char **temp_path, const char *path, const char *suffix, svn_boolean_t delete_on_close, apr_pool_t *pool) argument
H A Dstream.c888 const char **temp_path,
896 SVN_ERR(svn_io_open_unique_file3(&file, temp_path, dirpath,
880 svn_stream_open_unique(svn_stream_t **stream, const char **temp_path, const char *dirpath, svn_io_file_del_t delete_when, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_wc/
H A Dworkqueue.c399 const char *temp_path; local
424 SVN_ERR(svn_io_write_unique(&temp_path, adm_path, SVN_WC__NON_ENTRIES_STRING,
427 SVN_ERR(svn_io_file_rename(temp_path, format_path, scratch_pool));
429 SVN_ERR(svn_io_write_unique(&temp_path, adm_path, SVN_WC__NON_ENTRIES_STRING,
432 SVN_ERR(svn_io_file_rename(temp_path, entries_path, scratch_pool));
H A Dupgrade.c1030 const char *temp_path; local
1040 SVN_ERR(svn_stream_open_unique(&result_stream, &temp_path,
1082 SVN_ERR(svn_io_file_move(temp_path, pristine_path, iterpool));
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c717 const char *temp_path;
731 SVN_ERR(svn_stream_open_unique(&stream, &temp_path, NULL,
739 SVN_ERR(svn_io_file_open(&file, temp_path, APR_READ, APR_OS_DEFAULT,
713 const char *temp_path; local
/freebsd-10.3-release/contrib/subversion/subversion/include/
H A Dsvn_io.h243 * directory @a dirpath. Set @a *temp_path to its full path, and set
245 * @a file or @a temp_path may be @c NULL. If @a file is @c NULL, the file
270 const char **temp_path,
971 * will be returned in @a temp_path. The stream will be returned in
989 const char **temp_path,

Completed in 71 milliseconds