Home
last modified time | relevance | path

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

/system/update_engine/common/
Dutils.cc272 static void AppendBytes(const uint8_t* buf, size_t nbytes, string* str_p) { in AppendBytes() argument
274 CHECK(str_p); in AppendBytes()
275 str_p->append(buf, buf + nbytes); in AppendBytes()