Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dnls.c58 const char* utf8_path; in svn_nls_init() local
73 err = svn_utf__win32_utf16_to_utf8(&utf8_path, ucs2_path, in svn_nls_init()
78 internal_path = svn_dirent_internal_style(utf8_path, scratch_pool); in svn_nls_init()
/freebsd-13.1/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c1485 const char *utf8_path; in grab_filename() local
1493 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_path, in grab_filename()
1498 canon_path = svn_dirent_canonicalize(utf8_path, scratch_pool); in grab_filename()