Home
last modified time | relevance | path

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

/scripts/pylib/twister/twisterlib/
A Dcoverage.py557 def choose_gcov_tool(options, is_system_gcov): argument
572 elif is_system_gcov:
587 def run_coverage_tool(options, outdir, is_system_gcov, instances, argument
593 coverage_tool.gcov_tool = str(choose_gcov_tool(options, is_system_gcov))
623 is_system_gcov = False
627 is_system_gcov = True
630 return run_coverage_tool(options, options.outdir, is_system_gcov,
639 is_system_gcov = has_system_gcov(instance.platform)
640 return run_coverage_tool(options, instance.build_dir, is_system_gcov,

Completed in 4 milliseconds