Searched refs:hard_link_count (Results 1 – 6 of 6) sorted by relevance
146 _LIBCPP_HIDE_FROM_ABI uintmax_t hard_link_count() const { return __get_nlink(); } in hard_link_count() function148 …_LIBCPP_HIDE_FROM_ABI uintmax_t hard_link_count(error_code& __ec) const noexcept { return __get_nl… in hard_link_count() function
164 inline _LIBCPP_HIDE_FROM_ABI uintmax_t hard_link_count(const path& __p) { return __hard_link_count(… in hard_link_count() function165 inline _LIBCPP_HIDE_FROM_ABI uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept { in hard_link_count() function
213 uintmax_t hard_link_count() const;214 uintmax_t hard_link_count(error_code& ec) const noexcept;432 uintmax_t hard_link_count(const path& p);433 uintmax_t hard_link_count(const path& p, error_code& ec) noexcept;
25 SYMBOL(hard_link_count, std::experimental::filesystem::, <experimental/filesystem>)
3449 SYMBOL(hard_link_count, std::filesystem::, <filesystem>)