Lines Matching refs:oat_rodata
552 OutputStream* oat_rodata, in StartRoData() argument
557 if (!RecordOatDataOffset(oat_rodata)) { in StartRoData()
568 ChecksumUpdatingOutputStream checksum_updating_rodata(oat_rodata, this); in StartRoData()
3548 bool OatWriter::WriteDexLayoutSections(OutputStream* oat_rodata, in WriteDexLayoutSections() argument
3557 off_t actual_offset = oat_rodata->Seek(expected_offset, kSeekSet); in WriteDexLayoutSections()
3560 << " Expected: " << expected_offset << " File: " << oat_rodata->GetLocation(); in WriteDexLayoutSections()
3575 if (!oat_rodata->WriteFully(buffer.data(), padding_size)) { in WriteDexLayoutSections()
3578 << " Output: " << oat_rodata->GetLocation(); in WriteDexLayoutSections()
3587 static_cast<size_t>(oat_rodata->Seek(0u, kSeekCurrent))); in WriteDexLayoutSections()
3589 if (!oat_rodata->WriteFully(&oat_dex_file->dex_sections_layout_, in WriteDexLayoutSections()
3593 << " Output: " << oat_rodata->GetLocation(); in WriteDexLayoutSections()
3602 if (!oat_rodata->Flush()) { in WriteDexLayoutSections()
3604 << " File: " << oat_rodata->GetLocation(); in WriteDexLayoutSections()