Searched refs:path_kind (Results 1 – 2 of 2) sorted by relevance
538 svn_node_kind_t path_kind; in read_one_entry() local570 SVN_ERR(svn_io_check_path(entry_abspath, &path_kind, scratch_pool)); in read_one_entry()571 entry->keep_local = (path_kind == svn_node_dir); in read_one_entry()
8449 svn_node_kind_t path_kind; in flag_subtrees_needing_mergeinfo() local8450 SVN_ERR(svn_wc_read_kind2(&path_kind, merge_b->ctx->wc_ctx, in flag_subtrees_needing_mergeinfo()8454 if (path_kind == svn_node_dir) in flag_subtrees_needing_mergeinfo()