Searched refs:thread_string_buffer (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
H A Dminidump_processor.cc162 char thread_string_buffer[64]; local
163 snprintf(thread_string_buffer, sizeof(thread_string_buffer), "%d/%d",
165 string thread_string = dump->path() + ":" + thread_string_buffer;

Completed in 58 milliseconds