Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/src/filesystem/
H A Doperations.cpp461 bool stat_equivalent(const StatT& st1, const StatT& st2) { in stat_equivalent() function
579 detail::stat_equivalent(f_st, t_st)) { in __copy()
766 if (to_exists && detail::stat_equivalent(from_stat, to_stat_path)) in __copy_file()
804 if (!detail::stat_equivalent(to_stat_path, to_fd.get_stat())) in __copy_file()
941 return detail::stat_equivalent(st1, st2); in __equivalent()