Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbblayers.py151 jsonfile = os.path.join(self.testlayer_path, "setup-layers.json")
152 self.validate_layersjson(jsonfile)
157 with open(jsonfile) as f:
161 with open(jsonfile, 'w') as f:
193 jsonfile = os.path.join(self.testlayer_path, "setup-layers.json")
194 self.validate_layersjson(jsonfile)
197 with open(jsonfile) as f:
204 self.validate_layersjson(jsonfile)
212 self.validate_layersjson(jsonfile)
214 with open(jsonfile) as f:
[all …]
/openbmc/qemu/docs/devel/
H A Duefi-vars.rst60 -device uefi-vars-x64,jsonfile=/path/to/vars.json
68 -device uefi-vars-sysbus,jsonfile=/path/to/vars.json
/openbmc/qemu/hw/uefi/
H A Dvar-service-json.c174 if (uv->jsonfile) { in uefi_vars_json_init()
175 uv->jsonfd = qemu_create(uv->jsonfile, O_RDWR | O_BINARY, 0666, errp); in uefi_vars_json_init()
H A Dvar-service-sysbus.c35 DEFINE_PROP_STRING("jsonfile", uefi_vars_sysbus_state, state.jsonfile),
/openbmc/libcper/tests/schemavalidator/
H A Dvalidate.h6 int _schemavalidator_load(const char *jsonfile, const char *jsonschema);
H A Dvalidate.c34 int _schemavalidator_load(const char *jsonfile, const char *jsonschema) in _schemavalidator_load() argument
36 json = json_object_from_file(jsonfile); in _schemavalidator_load()