Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dio.c1044 const char *src_apr, *dst_apr; in svn_io_append_file() local
1046 SVN_ERR(cstring_from_utf8(&src_apr, src, pool)); in svn_io_append_file()
1049 apr_err = apr_file_append(src_apr, dst_apr, APR_OS_DEFAULT, pool); in svn_io_append_file()