Home
last modified time | relevance | path

Searched refs:hard_link_count (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_dir.h252 hard_link_count() const in _GLIBCXX_VISIBILITY()
253 { return filesystem::hard_link_count(_M_path); } in _GLIBCXX_VISIBILITY()
256 hard_link_count(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
257 { return filesystem::hard_link_count(_M_path, __ec); } in _GLIBCXX_VISIBILITY()
H A Dfs_ops.h137 uintmax_t hard_link_count(const path& __p); in _GLIBCXX_VISIBILITY()
138 uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
H A Dfs_fwd.h318 uintmax_t hard_link_count(const path&); in _GLIBCXX_VISIBILITY()
319 uintmax_t hard_link_count(const path&, error_code&) noexcept; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_dir.h261 hard_link_count() const in _GLIBCXX_VISIBILITY()
262 { return filesystem::hard_link_count(_M_path); } in _GLIBCXX_VISIBILITY()
265 hard_link_count(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
266 { return filesystem::hard_link_count(_M_path, __ec); } in _GLIBCXX_VISIBILITY()
H A Dfs_fwd.h334 uintmax_t hard_link_count(const path&); in _GLIBCXX_VISIBILITY()
335 uintmax_t hard_link_count(const path&, error_code&) noexcept; in _GLIBCXX_VISIBILITY()
H A Dfs_ops.h156 uintmax_t hard_link_count(const path& __p); in _GLIBCXX_VISIBILITY()
159 uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h144 uintmax_t hard_link_count(const path& __p); in _GLIBCXX_VISIBILITY()
145 uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h164 uintmax_t hard_link_count(const path& __p); in _GLIBCXX_VISIBILITY()
167 uintmax_t hard_link_count(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/
H A Dfilesystem137 uintmax_t hard_link_count(const path& p);
138 uintmax_t hard_link_count(const path& p, error_code& ec) noexcept;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc836 fs::hard_link_count(const path& p) in hard_link_count() function in fs
839 auto count = hard_link_count(p, ec); in hard_link_count()
846 fs::hard_link_count(const path& p, error_code& ec) noexcept in hard_link_count() function in fs
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc830 fs::hard_link_count(const path& p) in hard_link_count() function in fs
833 auto count = hard_link_count(p, ec); in hard_link_count()
840 fs::hard_link_count(const path& p, error_code& ec) noexcept in hard_link_count() function in fs
H A Dstd-ops.cc1054 fs::hard_link_count(const path& p) in hard_link_count() function in fs
1057 auto count = hard_link_count(p, ec); in hard_link_count()
1064 fs::hard_link_count(const path& p, error_code& ec) noexcept in hard_link_count() function in fs
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc973 fs::hard_link_count(const path& p) in hard_link_count() function in fs
976 auto count = hard_link_count(p, ec); in hard_link_count()
983 fs::hard_link_count(const path& p, error_code& ec) noexcept in hard_link_count() function in fs
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc969 fs::hard_link_count(const path& p) in hard_link_count() function in fs
972 auto count = hard_link_count(p, ec); in hard_link_count()
979 fs::hard_link_count(const path& p, error_code& ec) noexcept in hard_link_count() function in fs
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfilesystem137 uintmax_t hard_link_count(const path& p);
138 uintmax_t hard_link_count(const path& p, error_code& ec) noexcept;
2013 inline _LIBCPP_INLINE_VISIBILITY uintmax_t hard_link_count(const path& __p) {
2018 hard_link_count(const path& __p, error_code& __ec) noexcept {
2458 uintmax_t hard_link_count() const { return __get_nlink(); }
2461 uintmax_t hard_link_count(error_code& __ec) const noexcept {
2723 __handle_error("in directory_entry::hard_link_count", __ec, __m_ec);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20184666 (filesystem::equivalent, do_stat, filesystem::hard_link_count)
4704 (filesystem::equivalent, do_stat, filesystem::hard_link_count)
H A DChangeLog-20196884 hard_link_count, rename, and resize_file.
6917 (copy, file_size, hard_link_count, last_write_time, space): Only
H A DChangeLog-20212452 (fs::equivalent, do_stat, fs::file_size, fs::hard_link_count)