Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/
Dminidump_file_writer.cc215 unsigned int mdstring_length = 0; in WriteStringCore() local
218 for (; mdstring_length < length && str[mdstring_length]; ++mdstring_length) in WriteStringCore()
223 if (!mdstring.AllocateObjectAndArray(mdstring_length + 1, sizeof(uint16_t))) in WriteStringCore()
228 static_cast<uint32_t>(mdstring_length * sizeof(uint16_t)); in WriteStringCore()
229 bool result = CopyStringToMDString(str, mdstring_length, &mdstring); in WriteStringCore()
234 result = mdstring.CopyIndexAfterObject(mdstring_length, &ch, sizeof(ch)); in WriteStringCore()