Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:fwrite

1018     if (!fwrite(&(m->m_len), sizeof(int), 1, dns_log_fd) ||
1019 !fwrite(m->m_data, m->m_len, 1, dns_log_fd)) {