Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove/
H A Dremove.pass.cpp56 const path non_empty_dir = env.create_dir("dir"); in TEST_CASE() local
57 env.create_file(non_empty_dir / "file1", 42); in TEST_CASE()
62 non_empty_dir, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/
H A Dremove_all.pass.cpp59 const path non_empty_dir = env.create_dir("dir"); in TEST_CASE() local
60 env.create_file(non_empty_dir / "file1", 42); in TEST_CASE()