Searched refs:to_exists (Results 1 – 1 of 1) sorted by relevance
285 const bool to_exists = exists(to_st); in __copy_file() local286 if (to_exists && !is_regular_file(to_st)) in __copy_file()289 if (to_exists && detail::stat_equivalent(from_stat, to_stat_path)) in __copy_file()292 if (to_exists && skip_existing) in __copy_file()296 if (to_exists && update_existing) { in __copy_file()305 if (!to_exists || overwrite_existing) in __copy_file()315 if (!to_exists) in __copy_file()321 if (to_exists) { in __copy_file()