Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp184 struct ::stat f_st = {}; in __copy() local
186 ? detail::posix_lstat(from, f_st, &m_ec) in __copy()
187 : detail::posix_stat(from, f_st, &m_ec); in __copy()
200 || detail::stat_equivalent(f_st, t_st)) in __copy()