Searched refs:to_exists (Results 1 – 1 of 1) sorted by relevance
923 const bool to_exists = exists(to_st); in __copy_file() local924 if (to_exists && !is_regular_file(to_st)) in __copy_file()927 if (to_exists && detail::stat_equivalent(from_stat, to_stat_path)) in __copy_file()930 if (to_exists && skip_existing) in __copy_file()934 if (to_exists && update_existing) { in __copy_file()944 if (!to_exists || overwrite_existing) in __copy_file()954 if (!to_exists) in __copy_file()961 if (to_exists) { in __copy_file()