Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/src/filesystem/
Doperations.cpp748 const bool to_exists = exists(to_st); in __copy_file() local
749 if (to_exists && !is_regular_file(to_st)) in __copy_file()
752 if (to_exists && detail::stat_equivalent(from_stat, to_stat_path)) in __copy_file()
755 if (to_exists && skip_existing) in __copy_file()
759 if (to_exists && update_existing) { in __copy_file()
769 if (!to_exists || overwrite_existing) in __copy_file()
779 if (!to_exists) in __copy_file()
786 if (to_exists) { in __copy_file()
/external/libcxx/src/filesystem/
Doperations.cpp761 const bool to_exists = exists(to_st); in __copy_file() local
762 if (to_exists && !is_regular_file(to_st)) in __copy_file()
765 if (to_exists && detail::stat_equivalent(from_stat, to_stat_path)) in __copy_file()
768 if (to_exists && skip_existing) in __copy_file()
772 if (to_exists && update_existing) { in __copy_file()
782 if (!to_exists || overwrite_existing) in __copy_file()
792 if (!to_exists) in __copy_file()
799 if (to_exists) { in __copy_file()
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc180 const bool to_exists = to_fanouts != fanouts->end(); in SwapFanoutsMapValues() local
182 if (from_exists && to_exists) { in SwapFanoutsMapValues()
187 } else if (to_exists) { in SwapFanoutsMapValues()
199 bool to_exists = to_max_port != max_output_ports->end(); in SwapRegularFanoutsAndMaxPortValues() local
214 if (from_exists && to_exists) { in SwapRegularFanoutsAndMaxPortValues()
238 } else if (to_exists) { in SwapRegularFanoutsAndMaxPortValues()