HomeSort by relevance Sort by last modified time
    Searched refs:custom_info (Results 1 - 8 of 8) sorted by null

  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_client.cc 96 const CustomClientInfo* custom_info)
108 if (custom_info) {
109 custom_info_ = *custom_info;
116 const CustomClientInfo* custom_info)
128 if (custom_info) {
129 custom_info_ = *custom_info;
201 CustomClientInfo custom_info = {NULL, 0}; local
204 custom_info, NULL, NULL, NULL);
crash_generation_client.h 67 const CustomClientInfo* custom_info);
71 const CustomClientInfo* custom_info);
client_info.cc 215 CustomClientInfo custom_info; local
216 custom_info.entries = custom_info_entries_.get();
219 custom_info.count = custom_client_info_.count + 1;
220 return custom_info;
  /external/google-breakpad/src/client/windows/common/
ipc_protocol.h 124 const CustomClientInfo& custom_info,
134 custom_client_info(custom_info),
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 234 CustomClientInfo custom_info = client_info->GetCustomInfo(); local
235 if (custom_info.count <= 0) {
240 for (size_t i = 0; i < custom_info.count; ++i) {
244 str_line += custom_info.entries[i].name;
246 str_line += custom_info.entries[i].value;
480 CustomClientInfo custom_info = {kCustomInfoEntries, kCustomInfoCount}; local
493 &custom_info);
  /external/google-breakpad/src/client/windows/handler/
exception_handler.h 185 const CustomClientInfo* custom_info);
196 const CustomClientInfo* custom_info);
296 const CustomClientInfo* custom_info);
exception_handler.cc 68 const CustomClientInfo* custom_info) {
78 custom_info);
88 const CustomClientInfo* custom_info) {
98 custom_info);
108 // The dump_type, pipe_name and custom_info that are passed in to Initialize()
119 NULL); // custom_info - not used
136 NULL); // custom_info
149 const CustomClientInfo* custom_info) {
186 new CrashGenerationClient(pipe_name, dump_type_, custom_info));
189 new CrashGenerationClient(pipe_handle, dump_type_, custom_info));
    [all...]
  /external/google-breakpad/src/client/windows/unittests/
crash_generation_server_test.cc 167 google_breakpad::CustomClientInfo custom_info = {kCustomInfoEntries, local
179 custom_info,

Completed in 176 milliseconds