Searched refs:report_dict (Results 1 – 3 of 3) sorted by relevance
378 report_dict = {}391 report_dict[report_key.strip()] = report_value.strip()392 elif report_dict:394 report_time = ParseCrashpadDateTime(report_dict['Creation time'])395 report_path = report_dict['Path'].strip()401 report_dict = {}406 if report_dict:408 report_time = ParseCrashpadDateTime(report_dict['Creation time'])409 report_path = report_dict['Path'].strip()
326 report_dict = {336 html = _BISECT_FYI_EMAIL_HTML_BODY % report_dict337 text = _BISECT_FYI_EMAIL_TEXT_BODY % report_dict
453 def _AddReportToLog(report_dict): argument455 report = _REPORT_TEMPLATE % report_dict