Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libcxx/src/filesystem/
Doperations.cpp740 StatT f_st = {}; in __copy() local
742 ? detail::posix_lstat(from, f_st, &m_ec1) in __copy()
743 : detail::posix_stat(from, f_st, &m_ec1); in __copy()
756 detail::stat_equivalent(f_st, t_st)) { in __copy()