Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp314 const bool to_exists = exists(to_st); in __copy_file() local
315 if (to_exists && !is_regular_file(to_st)) { in __copy_file()
319 if (to_exists && detail::stat_equivalent(from_stat, to_stat)) { in __copy_file()
324 if (to_exists && bool(copy_options::skip_existing & options)) { in __copy_file()
327 else if (to_exists && bool(copy_options::update_existing & options)) { in __copy_file()
337 else if (!to_exists || bool(copy_options::overwrite_existing & options)) { in __copy_file()