Home
last modified time | relevance | path

Searched refs:schema_path (Results 1 – 3 of 3) sorted by relevance

/openbmc/libcper/tests/
H A Dtest-utils.c214 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 Dupdate_schemas.py31 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 Dvalidate_configs.py212 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)