Home
last modified time | relevance | path

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

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