Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Doperations.cpp801 FileDescriptor to_fd = FileDescriptor::create_with_status( in __copy_file() local
810 if (!detail::stat_equivalent(to_stat_path, to_fd.get_stat())) in __copy_file()
814 if (detail::posix_fchmod(to_fd, from_stat, m_ec)) in __copy_file()
816 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
820 if (!copy_file_impl(from_fd, to_fd, m_ec)) { in __copy_file()