Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.cc279 const char* bytes_start = *bytes_p; in CopyDataToBuffer() local
280 const char* bytes_end = bytes_start + read_len; in CopyDataToBuffer()
282 buffer_.insert(buffer_.end(), bytes_start, bytes_end); in CopyDataToBuffer()