Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h212 static char build_string_[16]; variable
Dminidump_generator.cc117 char MinidumpGenerator::build_string_[16]; member in google_breakpad::MinidumpGenerator
166 strlcpy(build_string_, build_str.c_str(), sizeof(build_string_)); in GatherSystemInformation()
1262 if (!writer_.WriteString(build_string_, 0, in WriteSystemInfoStream()
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h749 string build_string_; variable
/external/google-breakpad/src/processor/
Dminidump.cc3471 &build_string_, minidump_->swap()); in Read()
3594 printf(" build_string = %s\n", build_string_.c_str()); in Print()