Home
last modified time | relevance | path

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

/external/libcxx/include/experimental/
Dfilesystem1274 uintmax_t __hard_link_count(const path&, error_code *__ec=nullptr);
1502 return __hard_link_count(__p);
1507 return __hard_link_count(__p, &__ec);
/external/libcxx/src/experimental/filesystem/
Doperations.cpp461 std::uintmax_t __hard_link_count(const path& p, std::error_code *ec) in __hard_link_count() function