Searched refs:tmp_to_path (Results 1 – 1 of 1) sorted by relevance
4207 const char *tmp_to_path; in svn_io_file_move() local4211 SVN_ERR(svn_io_open_unique_file3(NULL, &tmp_to_path, in svn_io_file_move()4216 err = svn_io_copy_file(from_path, tmp_to_path, TRUE, pool); in svn_io_file_move()4220 err = svn_io_file_rename(tmp_to_path, to_path, pool); in svn_io_file_move()4233 svn_error_clear(svn_io_remove_file2(tmp_to_path, FALSE, pool)); in svn_io_file_move()