Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/
Dcheckkconfigsymbols.py420 for kfile in kconfig_files:
421 defined, references = parse_kconfig_file(kfile)
423 if ignore and re.match(ignore, kfile):
426 referenced_symbols[kfile] = references
430 def parse_kconfig_file(kfile): argument
437 if not os.path.exists(kfile):
440 with open(kfile, "r", encoding='utf-8', errors='replace') as stream: