Home
last modified time | relevance | path

Searched defs:hard_link_count (Results 1 – 3 of 3) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/
Ddirectory_entry.h188 uintmax_t hard_link_count() const { return __get_nlink(); } in hard_link_count() function
191 uintmax_t hard_link_count(error_code& __ec) const noexcept { in hard_link_count() function
Doperations.h110 inline _LIBCPP_HIDE_FROM_ABI uintmax_t hard_link_count(const path& __p) { return __hard_link_count(… in hard_link_count() function
111 inline _LIBCPP_HIDE_FROM_ABI uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept … in hard_link_count() function
/external/armnn/third-party/ghc/
Dfilesystem.hpp3706 GHC_INLINE uintmax_t hard_link_count(const path& p) in hard_link_count() function
3716 GHC_INLINE uintmax_t hard_link_count(const path& p, std::error_code& ec) noexcept in hard_link_count() function
4664 GHC_INLINE uintmax_t directory_entry::hard_link_count() const in hard_link_count() function in ghc::filesystem::directory_entry
4674 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