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

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

Completed in 352 milliseconds