Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dio.c4207 const char *tmp_to_path; in svn_io_file_move() local
4211 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()