Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump_processor.cc602 char os_string[11]; in GetOSInfo() local
603 snprintf(os_string, sizeof(os_string), "0x%08x", in GetOSInfo()
605 info->os = os_string; in GetOSInfo()