Searched refs:to_st (Results 1 – 1 of 1) sorted by relevance
275 auto to_st = detail::posix_stat(to, &m_ec); in __copy_file() local276 if (!status_known(to_st)) { in __copy_file()281 const bool to_exists = exists(to_st); in __copy_file()282 if (to_exists && !is_regular_file(to_st)) { in __copy_file()