Searched refs:newContentLen (Results 1 – 2 of 2) sorted by relevance
93 bool StartupConfig::append (const UINT8* newContent, UINT8 newContentLen) in append() argument96 if ((newContentLen+mBuffer.size()) > mMaxLength) in append()102 ALOGD ("%s: try append %u bytes", fn, (uint8_string::size_type) (newContentLen)); in append()104 mBuffer.append (newContent+1, (uint8_string::size_type) (newContentLen-1)); in append()106 mBuffer[0] = mBuffer[0] + newContentLen-1; in append()
73 bool append (const UINT8* newContent, UINT8 newContentLen);