Home
last modified time | relevance | path

Searched refs:validate_schema_from_file (Results 1 – 4 of 4) sorted by relevance

/openbmc/libcper/
H A Djson-schema.h15 int validate_schema_from_file(const char *schema_file, json_object *object,
H A Djson-schema.c38 int validate_schema_from_file(const char *schema_file, json_object *object, in validate_schema_from_file() function
/openbmc/libcper/cli-app/
H A Dcper-convert.c167 int success = validate_schema_from_file(specification_file, ir, in json_to_cper()
/openbmc/libcper/tests/
H A Dir-tests.cpp43 validate_schema_from_file(LIBCPER_JSON_SPEC, ir, error_message); in cper_log_section_ir_test()