Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
Doperations.cpp719 bool copy_file_impl(FileDescriptor& from, FileDescriptor& to, error_code& ec) { in copy_file_impl() function
813 if (!copy_file_impl(from_fd, to_fd, m_ec)) { in __copy_file()