Home
last modified time | relevance | path

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

/external/chromium_org/components/breakpad/tools/
Dcrash_service.h49 static const char kMaxReports[]; variable
Dcrash_service.cc148 const char CrashService::kMaxReports[] = "max-reports"; member in breakpad::CrashService
191 if (cmd_line.HasSwitch(kMaxReports)) in Initialize()
192 max_reports = _wtoi(cmd_line.GetSwitchValueNative(kMaxReports).c_str()); in Initialize()