Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPngCrunch.cpp129 const size_t bytes_written = std::min(out_len, len); in WriteDataToStream() local
130 memcpy(out_buffer, buffer, bytes_written); in WriteDataToStream()
133 buffer += bytes_written; in WriteDataToStream()
134 len -= bytes_written; in WriteDataToStream()
137 out_len -= bytes_written; in WriteDataToStream()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp1239 size_t bytes_written = 0; in RunDumpsysTextByPriority() local
1248 /* as_proto = */ false, elapsed_seconds, bytes_written); in RunDumpsysTextByPriority()
1251 /* as_proto = */ false, elapsed_seconds, bytes_written); in RunDumpsysTextByPriority()