Home
last modified time | relevance | path

Searched refs:bad_perms_dir (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove/
H A Dremove.pass.cpp58 const path bad_perms_dir = env.create_dir("bad_dir"); in test_error_reporting() local
59 const path file_in_bad_dir = env.create_file(bad_perms_dir / "file", 42); in test_error_reporting()
60 permissions(bad_perms_dir, perms::none); in test_error_reporting()
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/
H A Dremove_all.pass.cpp61 const path bad_perms_dir = env.create_dir("bad_dir"); in test_error_reporting() local
62 const path file_in_bad_dir = env.create_file(bad_perms_dir / "file", 42); in test_error_reporting()
63 permissions(bad_perms_dir, perms::none); in test_error_reporting()