Searched refs:sym_status (Results 1 – 1 of 1) sorted by relevance
107 …const bool sym_status = bool(options & (copy_options::create_symlinks | copy_options::skip_symlink… in __copy() local114 …sym_status || sym_status2 ? detail::posix_lstat(from, f_st, &m_ec1) : detail::posix_stat(from, f_s… in __copy()119 …const file_status t = sym_status ? detail::posix_lstat(to, t_st, &m_ec1) : detail::posix_stat(to, … in __copy()