Searched refs:parse_file (Results 1 – 7 of 7) sorted by relevance
148 kconfig = kunit_config.parse_file(UML_KCONFIG_PATH)178 return kunit_config.parse_file(path)188 partial = kunit_config.parse_file(path)282 validated_kconfig = kunit_config.parse_file(kconfig_path)320 old_kconfig = kunit_config.parse_file(old_path)330 existing_kconfig = kunit_config.parse_file(kconfig_path)
81 def parse_file(path: str) -> Kconfig: function
57 kconfig = kunit_config.parse_file(kconfig_path)80 actual_kconfig = kunit_config.parse_file(kconfig_path)
93 - self.parse_file(): parses both kernel-doc markups and110 def parse_file(self, fname): member in KernelFiles 222 self.parse_file(fname)
465 parse_file($file);494 sub parse_file subroutine
284 def parse_file(self, fname, path, basename): member in AbiParser 377 self.parse_file(name, path, basename)
1103 static void parse_file(const char *name) in parse_file() function 1286 parse_file(optarg); in main()