Searched defs:hard_link_count (Results 1 – 3 of 3) sorted by relevance
188 uintmax_t hard_link_count() const { return __get_nlink(); } in hard_link_count() function191 uintmax_t hard_link_count(error_code& __ec) const noexcept { in hard_link_count() function
110 inline _LIBCPP_HIDE_FROM_ABI uintmax_t hard_link_count(const path& __p) { return __hard_link_count(… in hard_link_count() function111 inline _LIBCPP_HIDE_FROM_ABI uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept … in hard_link_count() function
3706 GHC_INLINE uintmax_t hard_link_count(const path& p) in hard_link_count() function3716 GHC_INLINE uintmax_t hard_link_count(const path& p, std::error_code& ec) noexcept in hard_link_count() function4664 GHC_INLINE uintmax_t directory_entry::hard_link_count() const in hard_link_count() function in ghc::filesystem::directory_entry4674 GHC_INLINE uintmax_t directory_entry::hard_link_count(std::error_code& ec) const noexcept in hard_link_count() function in ghc::filesystem::directory_entry