Home
last modified time | relevance | path

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

/openbmc/libcper/
H A Djson-schema.c51 char *schema_file_copy = malloc(strlen(schema_file) + 1); in validate_schema_from_file() local
52 strcpy(schema_file_copy, schema_file); in validate_schema_from_file()
53 char *schema_dir = dirname(schema_file_copy); in validate_schema_from_file()
59 free(schema_file_copy); in validate_schema_from_file()