Home
last modified time | relevance | path

Searched defs:expect_errc (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/
H A Dsymlink_status.pass.cpp42 const std::errc expect_errc = std::errc::no_such_file_or_directory; in test_symlink_status_not_found() local
77 const std::errc expect_errc = std::errc::permission_denied; in test_symlink_status_cannot_resolve() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/
H A Dstatus.pass.cpp42 const std::errc expect_errc = std::errc::no_such_file_or_directory; in test_status_not_found() local
82 std::errc expect_errc; in test_status_cannot_resolve() member