Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp133 bool copy_file_impl(const path& from, const path& to, perms from_perms, in copy_file_impl() function
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()