Searched refs:is_system_gcov (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 507 def choose_gcov_tool(options, is_system_gcov): argument 525 elif is_system_gcov: 540 def run_coverage_tool(options, outdir, is_system_gcov, instances, argument 546 coverage_tool.gcov_tool = str(choose_gcov_tool(options, is_system_gcov)) 576 is_system_gcov = False 580 is_system_gcov = True 583 return run_coverage_tool(options, options.outdir, is_system_gcov, 592 is_system_gcov = has_system_gcov(instance.platform) 593 return run_coverage_tool(options, instance.build_dir, is_system_gcov,
|