Home
last modified time | relevance | path

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

/openbmc/phosphor-post-code-manager/scripts/
H A Dschema_validator.py10 def validator(schema_path): argument
/openbmc/bmcweb/scripts/
H A Dupdate_schemas.py31 schema_path = os.path.join(redfish_core_path, "schema", "dmtf", "csdl") variable
/openbmc/libcper/tests/
H A Dtest-utils.c214 char *schema_path = malloc(size); in schema_validate_from_file() local