Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Ddata_pipe_consumer_dispatcher.cc169 uint32_t head_bytes_to_copy = bytes_to_read - tail_bytes_to_copy; in ReadData() local
172 if (head_bytes_to_copy > 0) in ReadData()
173 memcpy(destination + tail_bytes_to_copy, data, head_bytes_to_copy); in ReadData()