Lines Matching refs:report
378 report = None
380 report = create.Run(args)
382 report = create_cuttlefish_action.CreateDevices(
401 report = create_goldfish_action.CreateDevices(
419 report = delete.Run(args)
425 report = pull.Run(args)
433 if report and args.report_file:
434 report.Dump(args.report_file)
435 if report and report.errors:
436 error_msg = "\n".join(report.errors)
438 if report.data.get(constants.ERROR_LOG_FOLDER):
439 help_msg += _LOG_INFO % report.data.get(constants.ERROR_LOG_FOLDER)