Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/wic/
H A Dksparser.py138 def __init__(self, confpath): argument
204 self._parse(parser, confpath)
209 def _parse(self, parser, confpath): argument
213 with open(confpath) as conf:
225 (confpath, lineno, err))
231 % (confpath, lineno)
235 % (confpath, lineno)
239 err = "%s:%d: erofs does not support LABEL" % (confpath, lineno)
260 % (confpath, lineno)
271 % (confpath, lineno)
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py355 confpath = os.path.join(builddir, 'conf/toaster.conf')
356 with open(confpath, 'w') as conf:
450 builddir, bitbake, confpath, toasterlayers), self.be.sourcedir)
504 … % (env_clean, brbe, self.be.bbport, local_bitbake, bbtargets, confpath, toasterlayers, log,
/openbmc/qemu/qga/
H A Dmain.c1043 static void config_load(GAConfig *config, const char *confpath, bool required) in config_load() argument
1050 if (!g_key_file_load_from_file(keyfile, confpath, 0, &gerr)) { in config_load()
1112 confpath, gerr->message); in config_load()
1209 g_autofree char *confpath = g_strdup(g_getenv("QGA_CONF")) ?: in config_parse() local
1216 g_free(confpath); in config_parse()
1217 confpath = g_strdup(optarg); in config_parse()
1225 config_load(config, confpath, confrequired); in config_parse()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py1068 confpath = os.path.join(path, "conf", var)
1069 if os.path.exists(confpath):
1070 for root, dirs, files in os.walk(confpath):
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py429 confpath = bb.utils.which(bbpath, conf_file)
430 if confpath: