Home
last modified time | relevance | path

Searched refs:set_ec (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.resize_file/
Dresize_file.pass.cpp77 const auto set_ec = std::make_error_code(std::errc::address_in_use); in TEST_CASE() local
80 std::error_code ec = set_ec; in TEST_CASE()
87 std::error_code ec = set_ec; in TEST_CASE()
94 std::error_code ec = set_ec; in TEST_CASE()
102 std::error_code ec = set_ec; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.rename/
Drename.pass.cpp84 const std::error_code set_ec = std::make_error_code(std::errc::address_in_use); in TEST_CASE() local
87 std::error_code ec = set_ec; in TEST_CASE()
95 std::error_code ec = set_ec; in TEST_CASE()
105 std::error_code ec = set_ec; in TEST_CASE()
116 std::error_code ec = set_ec; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
Dpop.pass.cpp66 auto set_ec = std::make_error_code(std::errc::address_in_use); in TEST_CASE() local
67 it.pop(set_ec); in TEST_CASE()
68 TEST_REQUIRE(!set_ec); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/
Dsymlink_status.pass.cpp66 const std::error_code set_ec = in TEST_CASE() local
77 std::error_code ec = set_ec; in TEST_CASE()
98 std::error_code ec = set_ec; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/
Dstatus.pass.cpp66 const std::error_code set_ec = in TEST_CASE() local
84 std::error_code ec = set_ec; in TEST_CASE()