Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDwc_db_pristine.c703 const char *temp_abspath; in remove_file() local
709 SVN_ERR(svn_io_open_unique_file3(NULL, &temp_abspath, temp_dir_abspath, in remove_file()
712 err = svn_io_file_rename(file_abspath, temp_abspath, scratch_pool); in remove_file()
717 file_abspath = temp_abspath; in remove_file()
HDprops.c715 const char *temp_abspath; in svn_wc__create_prejfile() local
723 SVN_ERR(svn_stream_open_unique(&stream, &temp_abspath, in svn_wc__create_prejfile()
815 *tmp_prejfile_abspath = apr_pstrdup(result_pool, temp_abspath); in svn_wc__create_prejfile()