Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:bytes_read

1792           int bytes_read = TEMP_FAILURE_RETRY(read(in->Fd(), buffer.get(), buffer_size));
1793 if (bytes_read <= 0) {
1796 bool write_ok = out->WriteFully(buffer.get(), bytes_read);