Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file.pass.cpp63 TEST_CHECK(fs::copy_file(file, file, copy_options::overwrite_existing, in TEST_CASE()
67 …K_THROW_RESULT(filesystem_error, Checker, copy_file(file, file, copy_options::overwrite_existing)); in TEST_CASE()
75 …K_THROW_RESULT(filesystem_error, Checker, copy_file(file, file, copy_options::overwrite_existing)); in TEST_CASE()
95 TEST_REQUIRE(fs::copy_file(file, fifo, copy_options::overwrite_existing, in TEST_CASE()
152 TEST_REQUIRE(fs::copy_file(file, dest, copy_options::overwrite_existing, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.enum/
H A Denum.copy_options.pass.cpp45 E::overwrite_existing == ME(2) && in main()
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dcopy_options.h29 overwrite_existing = 2, enumerator
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp918 const bool overwrite_existing = in __copy_file() local
919 bool(copy_options::overwrite_existing & options); in __copy_file()
947 if (!to_exists || overwrite_existing) in __copy_file()