Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp220 struct ::stat t_st = {}; in __copy() local
221 const file_status t = sym_status ? detail::posix_lstat(to, t_st, &m_ec1) in __copy()
222 : detail::posix_stat(to, t_st, &m_ec1); in __copy()
229 || detail::stat_equivalent(f_st, t_st)) in __copy()