Searched refs:hard_link_count (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_dir.h252 hard_link_count() const function in class:filesystem::directory_entry
253 { return filesystem::hard_link_count(_M_path); }
256 hard_link_count(error_code& __ec) const noexcept
257 { return filesystem::hard_link_count(_M_path, __ec); }
H A Dfs_fwd.h318 uintmax_t hard_link_count(const path&);
319 uintmax_t hard_link_count(const path&, error_code&) noexcept;
H A Dfs_ops.h137 uintmax_t hard_link_count(const path& __p);
138 uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_dir.h253 hard_link_count() const function in class:filesystem::directory_entry
254 { return filesystem::hard_link_count(_M_path); }
257 hard_link_count(error_code& __ec) const noexcept
258 { return filesystem::hard_link_count(_M_path, __ec); }
H A Dfs_fwd.h334 uintmax_t hard_link_count(const path&);
335 uintmax_t hard_link_count(const path&, error_code&) noexcept;
H A Dfs_ops.h156 uintmax_t hard_link_count(const path& __p);
159 uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h144 uintmax_t hard_link_count(const path& __p);
145 uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h164 uintmax_t hard_link_count(const path& __p);
167 uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc830 fs::hard_link_count(const path& p) function in class:fs
833 auto count = hard_link_count(p, ec);
840 fs::hard_link_count(const path& p, error_code& ec) noexcept
H A Dstd-ops.cc1054 fs::hard_link_count(const path& p) function in class:fs
1057 auto count = hard_link_count(p, ec);
1064 fs::hard_link_count(const path& p, error_code& ec) noexcept
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc836 fs::hard_link_count(const path& p) function in class:fs
839 auto count = hard_link_count(p, ec);
846 fs::hard_link_count(const path& p, error_code& ec) noexcept
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc969 fs::hard_link_count(const path& p) function in class:fs
972 auto count = hard_link_count(p, ec);
979 fs::hard_link_count(const path& p, error_code& ec) noexcept
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc973 fs::hard_link_count(const path& p) function in class:fs
976 auto count = hard_link_count(p, ec);
983 fs::hard_link_count(const path& p, error_code& ec) noexcept

Completed in 224 milliseconds