Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp909 StatT const& from_stat = from_fd.get_stat(); in __copy_file() local
930 if (to_exists && detail::stat_equivalent(from_stat, to_stat_path)) in __copy_file()
938 auto from_time = detail::extract_mtime(from_stat); in __copy_file()
960 &to, m_ec, to_open_flags, from_stat.st_mode); in __copy_file()
972 if (detail::posix_fchmod(to_fd, from_stat, m_ec)) in __copy_file()