Searched refs:get_target_cpu (Results 1 – 3 of 3) sorted by relevance
67 from localCoverage.utils import get_product_name, coverage_command, get_target_cpu71 cpu_type = get_target_cpu(root_path)
452 from localCoverage.utils import get_product_name, get_target_cpu454 cpu_type = get_target_cpu(CODEPATH)
68 def get_target_cpu(root_path): function