Searched refs:jsonfile (Results 1 – 6 of 6) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | bblayers.py | 151 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 D | uefi-vars.rst | 60 -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 D | var-service-json.c | 174 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 D | var-service-sysbus.c | 35 DEFINE_PROP_STRING("jsonfile", uefi_vars_sysbus_state, state.jsonfile),
|
| /openbmc/libcper/tests/schemavalidator/ |
| H A D | validate.h | 6 int _schemavalidator_load(const char *jsonfile, const char *jsonschema);
|
| H A D | validate.c | 34 int _schemavalidator_load(const char *jsonfile, const char *jsonschema) in _schemavalidator_load() argument 36 json = json_object_from_file(jsonfile); in _schemavalidator_load()
|