Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp926 const bool to_exists = exists(to_st); in __copy_file() local
927 if (to_exists && !is_regular_file(to_st)) in __copy_file()
930 if (to_exists && detail::stat_equivalent(from_stat, to_stat_path)) in __copy_file()
933 if (to_exists && skip_existing) in __copy_file()
937 if (to_exists && update_existing) { in __copy_file()
947 if (!to_exists || overwrite_existing) in __copy_file()
957 if (!to_exists) in __copy_file()
964 if (to_exists) { in __copy_file()