Searched refs:hardened_kconf_filename (Results 1 – 1 of 1) sorted by relevance
15 hardened_kconf_filename = os.path.join(os.environ['ZEPHYR_BASE'],18 options = compare_with_hardened_conf(kconf, hardened_kconf_filename)39 def compare_with_hardened_conf(kconf, hardened_kconf_filename): argument42 with open(hardened_kconf_filename) as csvfile: