Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/
H A Dfile_size.pass.cpp45 const path p = static_env.EmptyFile; 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.cpp64 TEST_CHECK(is_empty(static_env.EmptyFile)); in TEST_CASE()
/llvm-project-15.0.7/llvm/unittests/Object/
H A DDXContainerTest.cpp42 TEST(DXCFile, EmptyFile) { in TEST() argument
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp79 const path p = static_env.EmptyFile; in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h395 const fs::path EmptyFile = TestFileList[0]; variable