Searched refs:__hard_link_count (Results 1 – 2 of 2) sorted by relevance
1420 uintmax_t __hard_link_count(const path&, error_code* __ec = nullptr);1642 return __hard_link_count(__p);1647 return __hard_link_count(__p, &__ec);2346 return _VSTD_FS::__hard_link_count(__p_, __ec);
960 uintmax_t __hard_link_count(const path& p, error_code* ec) { in __hard_link_count() function