Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dosc.py144 config_path = os.path.join(ud.oscdir, "oscrc")
148 if (os.path.exists(config_path)):
149 os.remove(config_path)
151 f = open(config_path, 'w')
165 return config_path
/openbmc/obmc-console/
H A Dconsole-client.c273 const char *config_path = NULL; in main() local
295 config_path = optarg; in main()
323 if (config_path) { in main()
324 config = config_init(config_path); in main()
381 if (config_path) { in main()
/openbmc/linux/tools/testing/kunit/
H A Dkunit_kernel.py192 config_path = os.path.join(QEMU_CONFIGS_DIR, arch + '.py')
193 if os.path.isfile(config_path):
194 return config_path
199 def _get_qemu_ops(config_path: str,
210 module_path = '.' + os.path.join(os.path.basename(QEMU_CONFIGS_DIR), os.path.basename(config_path))
211 spec = importlib.util.spec_from_file_location(module_path, config_path)
219 raise ValueError('qemu_config module missing "QEMU_ARCH": ' + config_path)
/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/
H A Dphosphor-pid-control_git.bb49 # config_path is the location swampd expects to find a json configuration.
51 config_path = "${config_datadir}config.json"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/python3-gammu/
H A D0001-setup.py-StrictVersion-packaging.version.patch39 with open(self.config_path(self.path)) as handle:
/openbmc/qemu/block/
H A Dblkdebug.c355 QString *config_path; in blkdebug_parse_filename() local
356 config_path = qstring_from_substr(filename, 0, c - filename); in blkdebug_parse_filename()
357 qdict_put(options, "config", config_path); in blkdebug_parse_filename()