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.cc165 unsigned int mdstring_length = 0; in WriteStringCore() local
168 for (; mdstring_length < length && str[mdstring_length]; ++mdstring_length) in WriteStringCore()
173 if (!mdstring.AllocateObjectAndArray(mdstring_length + 1, sizeof(uint16_t))) in WriteStringCore()
178 static_cast<uint32_t>(mdstring_length * sizeof(uint16_t)); in WriteStringCore()
179 bool result = CopyStringToMDString(str, mdstring_length, &mdstring); in WriteStringCore()
184 result = mdstring.CopyIndexAfterObject(mdstring_length, &ch, sizeof(ch)); in WriteStringCore()