Home
last modified time | relevance | path

Searched refs:hard_link_count (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_entry.h149 _LIBCPP_HIDE_FROM_ABI uintmax_t hard_link_count() const { return __get_nlink(); } in hard_link_count() function
151 …_LIBCPP_HIDE_FROM_ABI uintmax_t hard_link_count(error_code& __ec) const noexcept { return __get_nl… in hard_link_count() function
H A Doperations.h167 inline _LIBCPP_HIDE_FROM_ABI uintmax_t hard_link_count(const path& __p) { return __hard_link_count(… in hard_link_count() function
168 inline _LIBCPP_HIDE_FROM_ABI uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept { in hard_link_count() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem213 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;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdTsSymbolMap.inc25 SYMBOL(hard_link_count, std::experimental::filesystem::, <experimental/filesystem>)
H A DStdSymbolMap.inc3533 SYMBOL(hard_link_count, std::filesystem::, <filesystem>)
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.cppm
H A Dfilesystem.inc77 using std::filesystem::hard_link_count;