Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
Dreplace_filename.pass.cpp80 const path expect = StaticEnv::NonEmptyFile; in TEST_CASE()
81 const path replace = StaticEnv::NonEmptyFile.filename(); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/
Dis_empty.pass.cpp63 TEST_CHECK(!is_empty(StaticEnv::NonEmptyFile)); in TEST_CASE()
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp58 static const fs::path NonEmptyFile = TestFileList[1]; variable