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

/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp773 const bool to_exists = exists(to_st); local
774 if (to_exists && !is_regular_file(to_st))
777 if (to_exists && detail::stat_equivalent(from_stat, to_stat_path))
780 if (to_exists && skip_existing)
784 if (to_exists && update_existing) {
794 if (!to_exists || overwrite_existing)
804 if (!to_exists)
811 if (to_exists) {

Completed in 104 milliseconds