Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp118 StatT t_st; in __copy() local
119 …t file_status t = sym_status ? detail::posix_lstat(to, t_st, &m_ec1) : detail::posix_stat(to, t_st in __copy()
125 (exists(t) && detail::stat_equivalent(f_st, t_st))) { in __copy()