Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp267 auto from_st = detail::posix_stat(from, &m_ec); in __copy_file() local
268 if (not is_regular_file(from_st)) { in __copy_file()
297 return detail::copy_file_impl(from, to, from_st.permissions(), ec); in __copy_file()
300 return detail::copy_file_impl(from, to, from_st.permissions(), ec); in __copy_file()