Home
last modified time | relevance | path

Searched defs:type_set (Results 1 – 2 of 2) sorted by relevance

/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h86 typedef struct type_set { struct
92 } type_set_t; argument
/third_party/selinux/libsepol/src/
Dpolicydb_validate.c111 static int validate_type_set(type_set_t *type_set, validate_t *type) in validate_type_set()