Searched refs:to_exists (Results 1 – 1 of 1) sorted by relevance
768 const bool to_exists = exists(to_st); in __copy_file() local769 if (to_exists && !is_regular_file(to_st)) in __copy_file()772 if (to_exists && detail::stat_equivalent(from_stat, to_stat_path)) in __copy_file()775 if (to_exists && skip_existing) in __copy_file()779 if (to_exists && update_existing) { in __copy_file()789 if (!to_exists || overwrite_existing) in __copy_file()799 if (!to_exists) in __copy_file()806 if (to_exists) { in __copy_file()