Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDio.c197 static svn_error_t * io_win_check_path(svn_node_kind_t *kind_p,
425 return io_win_check_path(kind, NULL, path, pool); in svn_io_check_resolved_path()
440 SVN_ERR(io_win_check_path(kind, &is_symlink, path, pool)); in svn_io_check_path()
461 SVN_ERR(io_win_check_path(kind, &is_symlink, path, pool)); in svn_io_check_special_path()
2131 static svn_error_t * io_win_check_path(svn_node_kind_t *kind_p, in io_win_check_path() function