Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h528 #define CIL_ATTR_EXPAND_FALSE (1 << 4) macro
Dcil_resolve_ast.c280 (attr->used & CIL_ATTR_EXPAND_FALSE)) { in cil_type_used()
485 used = expandattr->expand ? CIL_ATTR_EXPAND_TRUE : CIL_ATTR_EXPAND_FALSE; in cil_resolve_expandtypeattribute()
Dcil_post.c1446 if (attr->used & CIL_ATTR_EXPAND_FALSE) { in cil_typeattribute_used()