Home
last modified time | relevance | path

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

/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.cc179 const bool to_exists = to_fanouts != fanouts->end(); in SwapFanoutsMapValues() local
181 if (from_exists && to_exists) { in SwapFanoutsMapValues()
186 } else if (to_exists) { in SwapFanoutsMapValues()
198 bool to_exists = to_max_port != max_output_ports->end(); in SwapRegularFanoutsAndMaxPortValues() local
213 if (from_exists && to_exists) { in SwapRegularFanoutsAndMaxPortValues()
237 } else if (to_exists) { in SwapRegularFanoutsAndMaxPortValues()