Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dutils.cc271 brillo::Blob* vec_p) { in AppendBytes() argument
273 CHECK(vec_p); in AppendBytes()
274 vec_p->insert(vec_p->end(), buf, buf + nbytes); in AppendBytes()