Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgconf.bbclass56 schema_dir = '%s/%s/etc/gconf/schemas' % (pkgdest, pkg)
59 if os.path.exists(schema_dir):
60 for f in os.listdir(schema_dir):
/openbmc/libcper/
H A Djson-schema.c53 char *schema_dir = dirname(schema_file_copy); in validate_schema_from_file() local
56 validate_schema(schema_ir, schema_dir, object, error_message); in validate_schema_from_file()