Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dreadconfig-test.c237 g_autofree char *cfg_file = NULL, *sedcmd = NULL; in test_docs_q35() local
256 ret = g_file_open_tmp("q35-emulated-XXXXXX.cfg", &cfg_file, NULL); in test_docs_q35()
267 input_file, cfg_file); in test_docs_q35()
274 qts = qtest_initf("-machine none -nodefaults -readconfig %s", cfg_file); in test_docs_q35()
301 if (cfg_file) { in test_docs_q35()
302 unlink(cfg_file); in test_docs_q35()
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A D__init__.py256 with open(cfg_file_name, "w+") as cfg_file:
257 cfg_file.write("src/gz local-%s %s/%s" %
269cfg_file.write("option info_dir %s\n" % os.path.join(self.d.getVar('OPKGLIBDIR'), 'opkg', 'inf…
270cfg_file.write("option lists_dir %s\n" % os.path.join(self.d.getVar('OPKGLIBDIR'), 'opkg', 'lis…
271cfg_file.write("option status_file %s\n" % os.path.join(self.d.getVar('OPKGLIBDIR'), 'opkg', 'sta…
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py624 cfg_file = find_canned(scripts_path, boot_file)
625 if cfg_file:
626 with open(cfg_file, "r") as f:
/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod/
H A D0001-Use-portable-implementation-for-basename-API.patch103 @@ -762,7 +762,7 @@ static int cfg_files_insert_sorted(struct cfg_file ***p_files, size_t *p_n_files
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch1109 + with open(setup_cfg, "r") as cfg_file:
1110 + parser.read_file(cfg_file)