Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/
H A Dhard_link_count.pass.cpp34 ASSERT_NOT_NOEXCEPT(hard_link_count(p)); in TEST_CASE()
35 ASSERT_NOEXCEPT(hard_link_count(p, ec)); in TEST_CASE()
41 TEST_CHECK(hard_link_count(static_env.File) == 1); in TEST_CASE()
43 TEST_CHECK(hard_link_count(static_env.File, ec) == 1); in TEST_CASE()
62 hard_link_count(static_env.Dir) == 1); in TEST_CASE()
65 hard_link_count(static_env.Dir3) == 1); in TEST_CASE()
70 hard_link_count(static_env.Dir) == 1); in TEST_CASE()
73 hard_link_count(static_env.Dir3) == 1); in TEST_CASE()
79 TEST_CHECK(hard_link_count(file) == 1); in TEST_CASE()
82 TEST_CHECK(hard_link_count(file) == 2); in TEST_CASE()
[all …]
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
H A Dhard_link_count.pass.cpp56 uintmax_t expect = hard_link_count(ent); in TEST_CASE()
62 TEST_CHECK(ent.hard_link_count(ec) == expect); in TEST_CASE()
67 uintmax_t expect = hard_link_count(ent); in TEST_CASE()
72 TEST_CHECK(ent.hard_link_count(ec) == expect); in TEST_CASE()
80 TEST_CHECK(ent.hard_link_count(ec) == 2); in TEST_CASE()
99 uintmax_t expect = hard_link_count(p); in TEST_CASE()
104 TEST_CHECK(ent.hard_link_count(ec) == expect); in TEST_CASE()
106 TEST_CHECK_NO_THROW(ent.hard_link_count()); in TEST_CASE()
202 TEST_CHECK_NO_THROW(ent.hard_link_count()); in TEST_CASE()
228 TEST_CHECK_NO_THROW(ent.hard_link_count()); in TEST_CASE()
[all …]
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_hard_link/
H A Dcreate_hard_link.pass.cpp54 TEST_CHECK(hard_link_count(file) == 1); in TEST_CASE()
59 TEST_CHECK(hard_link_count(file) == 2); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Drefresh.pass.cpp319 CHECK_ACCESS(hard_link_count, uintmax_t(-1)); in TEST_CASE()
336 CHECK_ACCESS(hard_link_count, uintmax_t(-1)); in TEST_CASE()
354 CHECK_ACCESS(hard_link_count, uintmax_t(-1)); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
H A Dcopy.pass.cpp176 TEST_CHECK(hard_link_count(file) == 1); in TEST_CASE()
181 TEST_CHECK(hard_link_count(file) == 2); in TEST_CASE()
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Ddirectory_entry.h187 uintmax_t hard_link_count() const { return __get_nlink(); } in hard_link_count() function
190 uintmax_t hard_link_count(error_code& __ec) const noexcept { in hard_link_count() function
H A 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
/llvm-project-15.0.7/libcxx/include/
H A Dfilesystem138 uintmax_t hard_link_count(const path& p);
139 uintmax_t hard_link_count(const path& p, error_code& ec) noexcept;
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc1437 SYMBOL(hard_link_count, std::filesystem::, <filesystem>)