Home
last modified time | relevance | path

Searched refs:NonEmptyFile (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.rename/
H A Drename.pass.cpp148 rename(new_dir, env.NonEmptyFile, ec); in TEST_CASE()
151 TEST_CHECK(is_directory(env.NonEmptyFile)); in TEST_CASE()
152 TEST_CHECK(exists(env.NonEmptyFile / "file1")); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp80 const path expect = static_env.NonEmptyFile; in TEST_CASE()
81 const path replace = static_env.NonEmptyFile.filename(); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/
H A Dis_empty.pass.cpp65 TEST_CHECK(!is_empty(static_env.NonEmptyFile)); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h396 const fs::path NonEmptyFile = TestFileList[1]; variable