Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.cc52 reports_sent_(0) { in CrashReportSender()
66 reports_sent_ >= max_reports_per_day_) { in SendCrashReport()
96 if (fscanf_s(fd, "%d\n", &reports_sent_) != 1) { in ReadCheckpoint()
97 reports_sent_ = 0; in ReadCheckpoint()
106 reports_sent_ = 0; in ReportSent()
108 ++reports_sent_; in ReportSent()
115 fprintf(fd, "%d\n", reports_sent_); in ReportSent()
Dcrash_report_sender.h114 int reports_sent_; variable