Home
last modified time | relevance | path

Searched refs:output_offset_ (Results 1 – 1 of 1) sorted by relevance

/art/libelffile/stream/
Derror_delaying_output_stream.h35 output_offset_(0) { } in ErrorDelayingOutputStream()
43 << " bytes to " << GetLocation() << " at offset " << output_offset_; in WriteFully()
47 output_offset_ += byte_count; in WriteFully()
62 new_offset = output_offset_ + offset; in Seek()
77 output_offset_ = new_offset; in Seek()
98 off_t output_offset_; // Keep track of the current position in the stream. variable