Searched refs:skip_existing (Results 1 – 4 of 4) sorted by relevance
36 typedef check_bitmask_type<E, E::skip_existing, E::update_existing> BitmaskTester; in main()44 E::skip_existing == ME(1) && in main()
181 TEST_REQUIRE(fs::copy_file(file, file2, copy_options::skip_existing, ec) == in TEST_CASE()
751 const bool skip_existing = bool(copy_options::skip_existing & options); in __copy_file() local768 if (to_exists && skip_existing) in __copy_file()
389 skip_existing = 1,