Searched refs:schema_path (Results 1 – 3 of 3) sorted by relevance
| /openbmc/libcper/tests/ |
| H A D | test-utils.c | 214 char *schema_path = malloc(size); in schema_validate_from_file() local 215 snprintf(schema_path, size, "%s/%s", LIBCPER_JSON_SPEC, schema_file); in schema_validate_from_file() 217 json_object *schema = json_object_from_file(schema_path); in schema_validate_from_file() 220 cper_print_log("Could not parse schema file: %s", schema_path); in schema_validate_from_file() 221 free(schema_path); in schema_validate_from_file() 228 free(schema_path); in schema_validate_from_file() 236 free(schema_path); in schema_validate_from_file() 249 free(schema_path); in schema_validate_from_file()
|
| /openbmc/bmcweb/scripts/ |
| H A D | update_schemas.py | 31 schema_path = os.path.join(redfish_core_path, "schema", "dmtf", "csdl") variable 37 schema_installed_path = os.path.join(schema_path, "..", "installed") 70 shutil.rmtree(schema_path) 71 os.makedirs(schema_path) 112 with open(os.path.join(schema_path, csdl_file), "wb") as schema_out:
|
| /openbmc/entity-manager/scripts/ |
| H A D | validate_configs.py | 212 schema_path = os.path.dirname(schema_file) 219 for dirpath, _, directory in os.walk(schema_path): 225 relative_uri = os.path.relpath(full_file_path, schema_path)
|