Searched refs:kMaxReports (Results 1 – 2 of 2) sorted by relevance
49 static const char kMaxReports[]; variable
148 const char CrashService::kMaxReports[] = "max-reports"; member in breakpad::CrashService191 if (cmd_line.HasSwitch(kMaxReports)) in Initialize()192 max_reports = _wtoi(cmd_line.GetSwitchValueNative(kMaxReports).c_str()); in Initialize()