Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/fs.enum/
Denum.copy_options.pass.cpp36 typedef check_bitmask_type<E, E::skip_existing, E::update_existing> BitmaskTester; in main()
46 E::update_existing == ME(4), in main()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
Dcopy_file.pass.cpp169 fs::copy_file(from, older, copy_options::update_existing, ec) == true); in TEST_CASE()
174 fs::copy_file(from, newer, copy_options::update_existing, ec) == false); in TEST_CASE()
/external/libcxx/src/filesystem/
Doperations.cpp752 const bool update_existing = bool(copy_options::update_existing & options); in __copy_file() local
772 if (to_exists && update_existing) { in __copy_file()
/external/libcxx/include/
Dfilesystem391 update_existing = 4,