Searched refs:disk_kind (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | adm_crawler.c | 112 svn_node_kind_t disk_kind; in svn_wc_restore() local 115 SVN_ERR(svn_io_check_path(local_abspath, &disk_kind, scratch_pool)); in svn_wc_restore() 117 if (disk_kind != svn_node_none) in svn_wc_restore() 657 svn_node_kind_t disk_kind; in svn_wc_crawl_revisions5() local 712 SVN_ERR(svn_io_check_path(local_abspath, &disk_kind, scratch_pool)); in svn_wc_crawl_revisions5() 714 disk_kind = svn_node_unknown; in svn_wc_crawl_revisions5() 718 && disk_kind == svn_node_none) in svn_wc_crawl_revisions5()
|
| H A D | externals.c | 826 svn_node_kind_t disk_kind; in close_file() local 829 SVN_ERR(svn_io_check_path(eb->local_abspath, &disk_kind, pool)); in close_file() 831 if (disk_kind == svn_node_none) in close_file() 837 else if (disk_kind != svn_node_file in close_file() 838 || (eb->added && disk_kind == svn_node_file)) in close_file() 1205 svn_node_kind_t disk_kind; in svn_wc__crawl_file_external() local 1206 SVN_ERR(svn_io_check_path(local_abspath, &disk_kind, scratch_pool)); in svn_wc__crawl_file_external() 1208 if (disk_kind == svn_node_none) in svn_wc__crawl_file_external()
|
| H A D | node.c | 935 svn_node_kind_t disk_kind; in svn_wc__check_for_obstructions() local 948 SVN_ERR(svn_io_check_path(local_abspath, &disk_kind, scratch_pool)); in svn_wc__check_for_obstructions() 961 if (disk_kind != svn_node_none) in svn_wc__check_for_obstructions() 1027 if (disk_kind != svn_node_none) in svn_wc__check_for_obstructions() 1042 if (disk_kind == svn_node_none) in svn_wc__check_for_obstructions() 1051 if (disk_kind != expected_kind) in svn_wc__check_for_obstructions()
|
| H A D | copy.c | 355 svn_node_kind_t disk_kind; in copy_versioned_dir() local 361 SVN_ERR(copy_to_tmpdir(&work_items, &disk_kind, in copy_versioned_dir() 392 if (!metadata_only && disk_kind == svn_node_dir) in copy_versioned_dir()
|
| H A D | update_editor.c | 1433 svn_node_kind_t disk_kind; in check_tree_conflict() local 1435 SVN_ERR(svn_io_check_path(local_abspath, &disk_kind, in check_tree_conflict() 1438 if (disk_kind != expected_kind && disk_kind != svn_node_none) in check_tree_conflict()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | add.c | 809 svn_node_kind_t disk_kind; in add() local 819 SVN_ERR(svn_io_check_path(parent_abspath, &disk_kind, iterpool)); in add() 820 if (disk_kind != svn_node_none && disk_kind != svn_node_dir) in add() 933 svn_node_kind_t disk_kind; in svn_client_add5() local 936 SVN_ERR(svn_io_check_special_path(local_abspath, &disk_kind, &is_special, in svn_client_add5()
|
| H A D | externals.c | 533 svn_node_kind_t disk_kind; in switch_file_external() local 535 SVN_ERR(svn_io_check_path(local_abspath, &disk_kind, scratch_pool)); in switch_file_external() 537 if (disk_kind == svn_node_file || disk_kind == svn_node_dir) in switch_file_external()
|
| H A D | patch.c | 3014 svn_node_kind_t wc_kind, disk_kind; in create_missing_parents() local 3024 SVN_ERR(svn_io_check_path(local_abspath, &disk_kind, iterpool)); in create_missing_parents() 3026 if (disk_kind == svn_node_file || wc_kind == svn_node_file) in create_missing_parents() 3032 else if (disk_kind == svn_node_dir) in create_missing_parents() 3188 svn_node_kind_t disk_kind; in install_patched_target() local 3190 SVN_ERR(svn_io_check_path(parent_abspath, &disk_kind, pool)); in install_patched_target() 3191 if (disk_kind != svn_node_dir) in install_patched_target()
|
| H A D | merge.c | 2825 svn_node_kind_t disk_kind; in merge_dir_opened() local 2827 SVN_ERR(svn_io_check_path(local_abspath, &disk_kind, in merge_dir_opened() 2830 if (disk_kind == svn_node_dir) in merge_dir_opened()
|