Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp307 StatT to_stat; in __copy_file() local
308 auto to_st = detail::posix_stat(to, to_stat, &m_ec); in __copy_file()
319 if (to_exists && detail::stat_equivalent(from_stat, to_stat)) { in __copy_file()