Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp617 bool stat_equivalent(const StatT& st1, const StatT& st2) { in stat_equivalent() function
753 detail::stat_equivalent(f_st, t_st)) { in __copy()
927 if (to_exists && detail::stat_equivalent(from_stat, to_stat_path)) in __copy_file()
965 if (!detail::stat_equivalent(to_stat_path, to_fd.get_stat())) in __copy_file()
1141 return detail::stat_equivalent(st1, st2); in __equivalent()