Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
Doperations.cpp794 FileDescriptor to_fd = FileDescriptor::create_with_status( in __copy_file() local
803 if (!detail::stat_equivalent(to_stat_path, to_fd.get_stat())) in __copy_file()
807 if (detail::posix_fchmod(to_fd, from_stat, m_ec)) in __copy_file()
809 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
813 if (!copy_file_impl(from_fd, to_fd, m_ec)) { in __copy_file()
/external/python/cpython3/Lib/test/
Dtest_subprocess.py2252 for from_fd, to_fd in zip(from_fds, to_fds):
2253 kwargs[arg_names[to_fd]] = from_fd
2269 for from_fd, to_fd in zip(from_fds, to_fds):
2278 self.assertEqual([to_fd], read_fds, msg)