Searched refs:check_path (Results 1 – 2 of 2) sorted by relevance
93 def run_tests(check_prefix, check_path, output_filename, target_arch, debuggable_mode, print_cfg): argument95 for check_filename in find_checker_files(check_path):
520 uint32_t check_path = check->GetCriticalPath(); in GetHigherPrioritySchedulingNode() local522 if (check_path != candidate_path) { in GetHigherPrioritySchedulingNode()523 return check_path < candidate_path ? check : candidate; in GetHigherPrioritySchedulingNode()