Home
last modified time | relevance | path

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

/system/sepolicy/tools/
Dcheck_seapp.c212 static bool validate_type(char *value, const char *filename, int lineno, char **errmsg);
235 { .name = "type", .dir = dir_out, .fn_validate = validate_type },
466 static bool validate_type( in validate_type() function