Home
last modified time | relevance | path

Searched refs:__hard_link_count (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h58 _LIBCPP_EXPORTED_FROM_ABI uintmax_t __hard_link_count(const path&, error_code* __ec = nullptr);
164 inline _LIBCPP_HIDE_FROM_ABI uintmax_t hard_link_count(const path& __p) { return __hard_link_count(… in hard_link_count()
166 return __hard_link_count(__p, &__ec); in hard_link_count()
H A Ddirectory_entry.h378 return filesystem::__hard_link_count(__p_, __ec);
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp531 uintmax_t __hard_link_count(const path& p, error_code* ec) { in __hard_link_count() function