Home
last modified time | relevance | path

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

/system/update_engine/common/
Dutils.cc315 brillo::Blob* vec_p) { in AppendBytes() argument
317 CHECK(vec_p); in AppendBytes()
318 vec_p->insert(vec_p->end(), buf, buf + nbytes); in AppendBytes()