Searched refs:uint8_string (Results 1 – 2 of 2) sorted by relevance
44 mBuffer.append ((uint8_string::size_type) 1, (uint8_string::value_type) 0); in StartupConfig()61 mBuffer.append ((uint8_string::size_type) 1, (uint8_string::value_type) 0); in initialize()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()
32 typedef std::basic_string<UINT8> uint8_string; typedef92 uint8_string mBuffer;