Searched refs:reports_sent_ (Results 1 – 2 of 2) sorted by relevance
52 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()
114 int reports_sent_; variable