Searched refs:tmpfile_apr (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | cmdline.c | 1328 const char *tmpfile_apr, *base_dir_apr; in svn_cmdline__edit_string_externally() local 1431 err = svn_path_cstring_from_utf8(&tmpfile_apr, tmpfile_name, pool); in svn_cmdline__edit_string_externally() 1437 apr_err = apr_stat(&finfo_before, tmpfile_apr, in svn_cmdline__edit_string_externally() 1449 apr_file_mtime_set(tmpfile_apr, finfo_before.mtime - 2000, pool); in svn_cmdline__edit_string_externally() 1452 apr_err = apr_stat(&finfo_before, tmpfile_apr, in svn_cmdline__edit_string_externally() 1486 apr_err = apr_stat(&finfo_after, tmpfile_apr, in svn_cmdline__edit_string_externally()
|