Home
last modified time | relevance | path

Searched refs:check_action (Results 1 – 1 of 1) sorted by relevance

/build/soong/scripts/
Dlint_project_xml.py26 def check_action(check_type): function
88 group.add_argument('--fatal_check', dest='checks', action=check_action('fatal'), default=[],
90 group.add_argument('--error_check', dest='checks', action=check_action('error'), default=[],
92 group.add_argument('--warning_check', dest='checks', action=check_action('warning'), default=[],
94 group.add_argument('--disable_check', dest='checks', action=check_action('ignore'), default=[],