Home
last modified time | relevance | path

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

/build/make/tools/perf/
Dbenchmarks234 report_error(f"{filename}: Unable to find string '{before}' for modify operation.")
426 report_error(f"Build failed: {' '.join(cmd)}")
483 report_error(f"Log directory already exists but isn't a directory: {directory}")
508 report_error("Unable to find root of tree from cwd.")
586 report_error("Can't get branch from .repo dir. Specify --branch argument")
587 report_error(str(ex))
792 report_error(message)
796 def report_error(message): function