Home | History | Annotate | Download | only in dex2oat

Lines Matching defs:bytes_read

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