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 D | copy_file.pass.cpp | 63 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 D | enum.copy_options.pass.cpp | 45 E::overwrite_existing == ME(2) && in main()
|
| /llvm-project-15.0.7/libcxx/include/__filesystem/ |
| H A D | copy_options.h | 29 overwrite_existing = 2, enumerator
|
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | operations.cpp | 918 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()
|