Home | History | Annotate | Download | only in src

Lines Matching refs:dup_fd

4051     if ((m_meta_buffer_array[index].dup_fd != 0) &&
4062 if (m_meta_buffer_array[index].dup_fd == 0)
4065 m_meta_buffer_array[index].dup_fd = dup(fd);
4097 close(m_meta_buffer_array[ii].dup_fd);
4100 m_meta_buffer_array[ii].dup_fd = 0;