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):
542 uint32_t check_path = check->GetCriticalPath(); in GetHigherPrioritySchedulingNode() local544 if (check_path != candidate_path) { in GetHigherPrioritySchedulingNode()545 return check_path < candidate_path ? check : candidate; in GetHigherPrioritySchedulingNode()