Home
last modified time | relevance | path

Searched defs:new_offset (Results 1 – 6 of 6) sorted by relevance

/art/libelffile/stream/
Dvector_output_stream.h40 off_t new_offset = offset_ + byte_count; in WriteFully() local
55 void EnsureCapacity(off_t new_offset) { in EnsureCapacity()
Dvector_output_stream.cc28 off_t new_offset = 0; in Seek() local
Derror_delaying_output_stream.h56 off_t new_offset; in Seek() local
/art/libdexfile/dex/
Ddex_file_verifier.cc3363 uint32_t new_offset = (offset + alignment_mask) & ~alignment_mask; in CheckInterSectionIterate() local
/art/dex2oat/linker/
Doat_writer.cc2580 off_t new_offset = out->Seek(size_executable_offset_alignment_, kSeekCurrent); in WriteRodata() local
Dimage_writer.cc863 size_t new_offset) { in UpdateImageBinSlotOffset()