Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c1350 const char *native_path; in svn_io_set_file_affected_time() local
1352 SVN_ERR(cstring_from_utf8(&native_path, path, pool)); in svn_io_set_file_affected_time()
1353 status = apr_file_mtime_set(native_path, apr_time, pool); in svn_io_set_file_affected_time()