Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_impl.cc239 int total_written = 0; in Write() local
243 while (total_written < size) { in Write()
246 bytes = write(file_, buffer_base + total_written, size - total_written); in Write()
265 total_written += bytes; in Write()