Lines Matching +full:auto +full:- +full:scan
5 # SPDX-License-Identifier: Apache-2.0
8 Script to scan Zephyr include directories and emit system call and subsystem metadata
12 auto-generating this code by doing a text scan of directories containing
71 with open(file_list, "r", encoding="utf-8") as fp:
118 with open(one_file, "r", encoding="utf-8") as fp:
163 "-i", "--include", required=False, action="append",
166 "Can be specified multiple times: -i topdir1 -i topdir2 ...")
168 "--scan", required=False, action="append",
169 help="Scan directories recursively for .h files containing "
174 "-j", "--json-file", required=True,
177 "-t", "--tag-struct-file", required=True,
180 "--file-list", required=False,
181 help="Text file containing semi-colon separated list of "
185 "--emit-all-syscalls", required=False, action="store_true",
194 syscalls, tagged = analyze_headers(args.include, args.scan,