Searched refs:config_path (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | osc.py | 144 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 D | console-client.c | 273 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 D | kunit_kernel.py | 192 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 D | phosphor-pid-control_git.bb | 49 # 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 D | 0001-setup.py-StrictVersion-packaging.version.patch | 39 with open(self.config_path(self.path)) as handle:
|
/openbmc/qemu/block/ |
H A D | blkdebug.c | 355 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()
|