Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp109 const bool sym_status2 = bool(options & copy_options::copy_symlinks); in __copy() local
114 …sym_status || sym_status2 ? detail::posix_lstat(from, f_st, &m_ec1) : detail::posix_stat(from, f_s… in __copy()