Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
Dcopy_file.pass.cpp64 TEST_CHECK(fs::copy_file(file, file, copy_options::overwrite_existing, in TEST_CASE()
68 …K_THROW_RESULT(filesystem_error, Checker, copy_file(file, file, copy_options::overwrite_existing)); in TEST_CASE()
76 …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()
151 TEST_REQUIRE(fs::copy_file(file, dest, copy_options::overwrite_existing, in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.enum/
Denum.copy_options.pass.cpp45 E::overwrite_existing == ME(2) && in main()
/external/libchrome/base/containers/
Dflat_tree.h724 const bool overwrite_existing = dupes == KEEP_LAST_OF_DUPES;
729 if (overwrite_existing) {
749 if (overwrite_existing) {
/external/libcxx/src/filesystem/
Doperations.cpp753 const bool overwrite_existing = in __copy_file() local
754 bool(copy_options::overwrite_existing & options); in __copy_file()
782 if (!to_exists || overwrite_existing) in __copy_file()
/external/libcxx/include/
Dfilesystem390 overwrite_existing = 2,