Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp107 …const bool sym_status = bool(options & (copy_options::create_symlinks | copy_options::skip_symlink… in __copy() local
114sym_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()