Searched refs:temp_abspath (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_pristine.c703 const char *temp_abspath; local
709 SVN_ERR(svn_io_open_unique_file3(NULL, &temp_abspath, temp_dir_abspath,
712 err = svn_io_file_rename(file_abspath, temp_abspath, scratch_pool);
717 file_abspath = temp_abspath;
H A Dprops.c717 const char *temp_abspath;
725 SVN_ERR(svn_stream_open_unique(&stream, &temp_abspath,
817 *tmp_prejfile_abspath = apr_pstrdup(result_pool, temp_abspath);
715 const char *temp_abspath; local

Completed in 45 milliseconds