Home
last modified time | relevance | path

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

/external/libcxx/include/
Dfilesystem1420 uintmax_t __hard_link_count(const path&, error_code* __ec = nullptr);
1642 return __hard_link_count(__p);
1647 return __hard_link_count(__p, &__ec);
2346 return _VSTD_FS::__hard_link_count(__p_, __ec);
/external/libcxx/src/filesystem/
Doperations.cpp960 uintmax_t __hard_link_count(const path& p, error_code* ec) { in __hard_link_count() function