Searched refs:check_action (Results 1 – 1 of 1) sorted by relevance
/build/soong/scripts/ |
D | lint_project_xml.py | 27 def check_action(check_type): function 89 group.add_argument('--fatal_check', dest='checks', action=check_action('fatal'), default=[], 91 group.add_argument('--error_check', dest='checks', action=check_action('error'), default=[], 93 group.add_argument('--warning_check', dest='checks', action=check_action('warning'), default=[], 95 group.add_argument('--disable_check', dest='checks', action=check_action('ignore'), default=[],
|